Html Css Color HEX #792ECC Purple Heart

📋 copy color: '#792ECC'

red 121 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #792ECC

Tints of Purple Heart #792ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.4%

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

R = 32.61%
G = 12.4%
B = 54.99%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#792ECC (or 0x792ECC) is known color: Purple Heart. HEX triplet: 79, 2E and CC. RGB value is (121,46,204). Sum of RGB (Red+Green+Blue) = 121+46+204=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #792ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ECC is #86D133. Grayscale: #555555. Windows color (decimal): -8835380 or 13381241. OLE color: 13381241.

HSL color Cylindrical-coordinate representation of color #792ECC: hue angle of 268.48º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #792ECC is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 46 204 -
CMYK 0.41 0.77 0 0.2
HSL 268.48º 0.63% 0.49% -
HSV(B) 268.48º 0.77% 0.8% -
XYZ 19.76 10.38 58.09 -
YUV 86.44 194.35 152.65 -
System Red Green Blue C M Y K H S L
Decimal 121 46 204 0.41 0.77 0 0.2 268.48 0.63 0.49
Hex 79 2E CC 29 4D 0 14 10C 3F 31
Octal 171 56 314 51 115 0 24 414 77 61
Binary 1111001 101110 11001100 101001 1001101 0 10100 100001100 111111 110001

Color Harmonies of #792ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792ECC

Black with #792ECC

Text Example


Text Example

White with #792ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792ECC; }

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

 H1.HeaderClassName
 {
   color: #792ECC;
 }
 .AnyTagClassName
 {
   color: #792ECC;
 }
</style>

background-color css

<style>
 a { background-color: #792ECC; }

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

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

border-color css

<style>
 span { border-color: #792ECC; }

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

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