#6742CA

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

Shades of Purple Heart #6742CA

Tints of Purple Heart #6742CA

Color information

#6742CA (or 0x6742CA) is unknown color: approx Purple Heart. HEX triplet: 67, 42 and CA. RGB value is (103,66,202). Sum of RGB (Red+Green+Blue) = 103+66+202=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #6742CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742CA is #98BD35. Grayscale: #5C5C5C. Windows color (decimal): -10009910 or 13255271. OLE color: 13255271.

HSL color Cylindrical-coordinate representation of color #6742CA: hue angle of 256.32º 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 #6742CA is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10366202-
CMYK0.490.6700.21
HSL256.32º56.2%52.55%-
HSV(B)256.32º67.33%79.22%-
XYZ18.211.0457.05-
YUV92.57189.76135.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=27.76%
G=17.79%
B=54.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal103662020.490.6700.21256.3256.252.55
Hex6742CA31430151003835
Octal147102312611030254007065
Binary11001111000010110010101100011000011010101100000000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6742CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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