#6242C8

Color #6242C8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6242C8

Tints of Purple Heart #6242C8

Color information

#6242C8 (or 0x6242C8) is unknown color: approx Purple Heart. HEX triplet: 62, 42 and C8. RGB value is (98,66,200). Sum of RGB (Red+Green+Blue) = 98+66+200=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #6242C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242C8 is #9DBD37. Grayscale: #5A5A5A. Windows color (decimal): -10337592 or 13124194. OLE color: 13124194.

HSL color Cylindrical-coordinate representation of color #6242C8: hue angle of 254.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6242C8 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9866200-
CMYK0.510.6700.22
HSL254.33º54.92%52.16%-
HSV(B)254.33º67%78.43%-
XYZ17.4110.6655.78-
YUV90.84189.6133.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 26.92%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 200 (78.52% from 255) = 54.95%
R=26.92%
G=18.13%
B=54.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal98662000.510.6700.22254.3354.9252.16
Hex6242C83343016fe3734
Octal142102310631030263766764
Binary1100010100001011001000110011100001101011011111110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6242C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6242C8; }

 p { color: rgb(98,66,200); }

 H1.HeaderClassName
 {
   color: #6242C8;
 }
 .AnyTagClassName
 {
   color: #6242C8;
 }
</style>
background-color css

<style>
 a { background-color: #6242C8; }

 a { background-color: rgb(98,66,200); }

 div.DivClassName
 {
   background-color: #6242C8;
 }
 .BgClassName
 {
   background-color: #6242C8;
 }
</style>
border-color css

<style>
 span { border-color: #6242C8; }

 span { border-color: rgb(98,66,200); }

 td.TdClassName
 {
   border-color: #6242C8;
 }
 .TagClassName
 {
   border-color: #6242C8;
 }
</style>