Html Css Color HEX #7942CC Purple Heart

📋 copy color: '#7942CC'

red 121 ◦ green 66 ◦ blue 204

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

Shades of Purple Heart #7942CC

Tints of Purple Heart #7942CC

RGB

 RED value IS 121 (47.66% from 255) = 30.95%

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 30.95%
G = 16.88%
B = 52.17%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7942CC (or 0x7942CC) is known color: Purple Heart. HEX triplet: 79, 42 and CC. RGB value is (121,66,204). Sum of RGB (Red+Green+Blue) = 121+66+204=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #7942CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7942CC is #86BD33. Grayscale: #616161. Windows color (decimal): -8830260 or 13386361. OLE color: 13386361.

HSL color Cylindrical-coordinate representation of color #7942CC: hue angle of 263.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7942CC is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 66 204 -
CMYK 0.41 0.68 0 0.2
HSL 263.91º 0.58% 0.53% -
HSV(B) 263.91º 0.68% 0.8% -
XYZ 20.73 12.32 58.41 -
YUV 98.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 121 66 204 0.41 0.68 0 0.2 263.91 0.58 0.53
Hex 79 42 CC 29 44 0 14 108 3A 35
Octal 171 102 314 51 104 0 24 410 72 65
Binary 1111001 1000010 11001100 101001 1000100 0 10100 100001000 111010 110101

Color Harmonies of #7942CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7942CC

Black with #7942CC

Text Example


Text Example

White with #7942CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7942CC; }

 p { color: rgb(121,66,204); }

 H1.HeaderClassName
 {
   color: #7942CC;
 }
 .AnyTagClassName
 {
   color: #7942CC;
 }
</style>

background-color css

<style>
 a { background-color: #7942CC; }

 a { background-color: rgb(121,66,204); }

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

border-color css

<style>
 span { border-color: #7942CC; }

 span { border-color: rgb(121,66,204); }

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