Html Css Color HEX #762FCD Purple Heart

📋 copy color: '#762FCD'

red 118 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #762FCD

Tints of Purple Heart #762FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.7%

 BLUE value IS 205 (80.47% from 255) = 55.41%

R = 31.89%
G = 12.7%
B = 55.41%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#762FCD (or 0x762FCD) is known color: Purple Heart. HEX triplet: 76, 2F and CD. RGB value is (118,47,205). Sum of RGB (Red+Green+Blue) = 118+47+205=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #762FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FCD is #89D032. Grayscale: #555555. Windows color (decimal): -9031731 or 13447030. OLE color: 13447030.

HSL color Cylindrical-coordinate representation of color #762FCD: hue angle of 266.96º 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 #762FCD is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 47 205 -
CMYK 0.42 0.77 0 0.20
HSL 266.96º 0.63% 0.49% -
HSV(B) 266.96º 0.77% 0.8% -
XYZ 19.51 10.29 58.72 -
YUV 86.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 118 47 205 0.42 0.77 0 0.20 266.96 0.63 0.49
Hex 76 2F CD 2A 4D 0 14 10B 3F 31
Octal 166 57 315 52 115 0 24 413 77 61
Binary 1110110 101111 11001101 101010 1001101 0 10100 100001011 111111 110001

Color Harmonies of #762FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762FCD

Black with #762FCD

Text Example


Text Example

White with #762FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,47,205); }

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

background-color css

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

 a { background-color: rgb(118,47,205); }

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

border-color css

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

 span { border-color: rgb(118,47,205); }

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