Html Css Color HEX #762DCC Purple Heart

📋 copy color: '#762DCC'

red 118 ◦ green 45 ◦ blue 204

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

Shades of Purple Heart #762DCC

Tints of Purple Heart #762DCC

RGB

 RED value IS 118 (46.48% from 255) = 32.15%

 GREEN value IS 45 (17.97% from 255) = 12.26%

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

R = 32.15%
G = 12.26%
B = 55.59%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#762DCC (or 0x762DCC) is known color: Purple Heart. HEX triplet: 76, 2D and CC. RGB value is (118,45,204). Sum of RGB (Red+Green+Blue) = 118+45+204=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #762DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DCC is #89D233. Grayscale: #545454. Windows color (decimal): -9032244 or 13380982. OLE color: 13380982.

HSL color Cylindrical-coordinate representation of color #762DCC: hue angle of 267.55º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762DCC is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 45 204 -
CMYK 0.42 0.78 0 0.2
HSL 267.55º 0.64% 0.49% -
HSV(B) 267.55º 0.78% 0.8% -
XYZ 19.31 10.09 58.06 -
YUV 84.95 195.18 151.57 -
System Red Green Blue C M Y K H S L
Decimal 118 45 204 0.42 0.78 0 0.2 267.55 0.64 0.49
Hex 76 2D CC 2A 4E 0 14 10C 40 31
Octal 166 55 314 52 116 0 24 414 100 61
Binary 1110110 101101 11001100 101010 1001110 0 10100 100001100 1000000 110001

Color Harmonies of #762DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DCC

Black with #762DCC

Text Example


Text Example

White with #762DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762DCC; }

 p { color: rgb(118,45,204); }

 H1.HeaderClassName
 {
   color: #762DCC;
 }
 .AnyTagClassName
 {
   color: #762DCC;
 }
</style>

background-color css

<style>
 a { background-color: #762DCC; }

 a { background-color: rgb(118,45,204); }

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

border-color css

<style>
 span { border-color: #762DCC; }

 span { border-color: rgb(118,45,204); }

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