Html Css Color HEX #7939CC Purple Heart

📋 copy color: '#7939CC'

red 121 ◦ green 57 ◦ blue 204

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

Shades of Purple Heart #7939CC

Tints of Purple Heart #7939CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.92%

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

R = 31.68%
G = 14.92%
B = 53.4%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7939CC (or 0x7939CC) is known color: Purple Heart. HEX triplet: 79, 39 and CC. RGB value is (121,57,204). Sum of RGB (Red+Green+Blue) = 121+57+204=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #7939CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7939CC is #86C633. Grayscale: #5C5C5C. Windows color (decimal): -8832564 or 13384057. OLE color: 13384057.

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

Color convert

RGB 121 57 204 -
CMYK 0.41 0.72 0 0.2
HSL 266.12º 0.59% 0.51% -
HSV(B) 266.12º 0.72% 0.8% -
XYZ 20.25 11.35 58.25 -
YUV 92.89 190.7 148.05 -
System Red Green Blue C M Y K H S L
Decimal 121 57 204 0.41 0.72 0 0.2 266.12 0.59 0.51
Hex 79 39 CC 29 48 0 14 10A 3B 33
Octal 171 71 314 51 110 0 24 412 73 63
Binary 1111001 111001 11001100 101001 1001000 0 10100 100001010 111011 110011

Color Harmonies of #7939CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7939CC

Black with #7939CC

Text Example


Text Example

White with #7939CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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