Html Css Color HEX #7442CE Purple Heart

📋 copy color: '#7442CE'

red 116 ◦ green 66 ◦ blue 206

#7442CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7442CE

Tints of Purple Heart #7442CE

RGB

 RED value IS 116 (45.7% from 255) = 29.9%

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 29.9%
G = 17.01%
B = 53.09%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7442CE (or 0x7442CE) is known color: Purple Heart. HEX triplet: 74, 42 and CE. RGB value is (116,66,206). Sum of RGB (Red+Green+Blue) = 116+66+206=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #7442CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7442CE is #8BBD31. Grayscale: #606060. Windows color (decimal): -9157938 or 13517428. OLE color: 13517428.

HSL color Cylindrical-coordinate representation of color #7442CE: hue angle of 261.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7442CE is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 66 206 -
CMYK 0.44 0.68 0 0.19
HSL 261.43º 0.59% 0.53% -
HSV(B) 261.43º 0.68% 0.81% -
XYZ 20.29 12.07 59.65 -
YUV 96.91 189.57 141.62 -
System Red Green Blue C M Y K H S L
Decimal 116 66 206 0.44 0.68 0 0.19 261.43 0.59 0.53
Hex 74 42 CE 2C 44 0 13 105 3B 35
Octal 164 102 316 54 104 0 23 405 73 65
Binary 1110100 1000010 11001110 101100 1000100 0 10011 100000101 111011 110101

Color Harmonies of #7442CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442CE

Black with #7442CE

Text Example


Text Example

White with #7442CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7442CE; }

 p { color: rgb(116,66,206); }

 H1.HeaderClassName
 {
   color: #7442CE;
 }
 .AnyTagClassName
 {
   color: #7442CE;
 }
</style>

background-color css

<style>
 a { background-color: #7442CE; }

 a { background-color: rgb(116,66,206); }

 div.DivClassName
 {
   background-color: #7442CE;
 }
 .BgClassName
 {
   background-color: #7442CE;
 }
</style>

border-color css

<style>
 span { border-color: #7442CE; }

 span { border-color: rgb(116,66,206); }

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