Html Css Color HEX #772FCD Purple Heart

📋 copy color: '#772FCD'

red 119 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #772FCD

Tints of Purple Heart #772FCD

RGB

 RED value IS 119 (46.88% from 255) = 32.08%

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

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

R = 32.08%
G = 12.67%
B = 55.26%

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

#772FCD (or 0x772FCD) is known color: Purple Heart. HEX triplet: 77, 2F and CD. RGB value is (119,47,205). Sum of RGB (Red+Green+Blue) = 119+47+205=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #772FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FCD is #88D032. Grayscale: #555555. Windows color (decimal): -8966195 or 13447031. OLE color: 13447031.

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

Color convert

RGB 119 47 205 -
CMYK 0.42 0.77 0 0.20
HSL 267.34º 0.63% 0.49% -
HSV(B) 267.34º 0.77% 0.8% -
XYZ 19.64 10.36 58.72 -
YUV 86.54 194.85 151.15 -
System Red Green Blue C M Y K H S L
Decimal 119 47 205 0.42 0.77 0 0.20 267.34 0.63 0.49
Hex 77 2F CD 2A 4D 0 14 10B 3F 31
Octal 167 57 315 52 115 0 24 413 77 61
Binary 1110111 101111 11001101 101010 1001101 0 10100 100001011 111111 110001

Color Harmonies of #772FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FCD

Black with #772FCD

Text Example


Text Example

White with #772FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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