#6242CA

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

Shades of Purple Heart #6242CA

Tints of Purple Heart #6242CA

Color information

#6242CA (or 0x6242CA) is unknown color: approx Purple Heart. HEX triplet: 62, 42 and CA. RGB value is (98,66,202). Sum of RGB (Red+Green+Blue) = 98+66+202=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #6242CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242CA is #9DBD35. Grayscale: #5A5A5A. Windows color (decimal): -10337590 or 13255266. OLE color: 13255266.

HSL color Cylindrical-coordinate representation of color #6242CA: hue angle of 254.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6242CA is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9866202-
CMYK0.510.6700.21
HSL254.12º56.2%52.55%-
HSV(B)254.12º67.33%79.22%-
XYZ17.6510.7657.02-
YUV91.07190.6132.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=26.78%
G=18.03%
B=55.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal98662020.510.6700.21254.1256.252.55
Hex6242CA3343015fe3835
Octal142102312631030253767065
Binary1100010100001011001010110011100001101010111111110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6242CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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