Html Css Color HEX #772FCE Purple Heart

📋 copy color: '#772FCE'

red 119 ◦ green 47 ◦ blue 206

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

Shades of Purple Heart #772FCE

Tints of Purple Heart #772FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 31.99%
G = 12.63%
B = 55.38%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#772FCE (or 0x772FCE) is known color: Purple Heart. HEX triplet: 77, 2F and CE. RGB value is (119,47,206). Sum of RGB (Red+Green+Blue) = 119+47+206=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #772FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FCE is #88D031. Grayscale: #565656. Windows color (decimal): -8966194 or 13512567. OLE color: 13512567.

HSL color Cylindrical-coordinate representation of color #772FCE: hue angle of 267.17º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772FCE is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 47 206 -
CMYK 0.42 0.77 0 0.19
HSL 267.17º 0.63% 0.5% -
HSV(B) 267.17º 0.77% 0.81% -
XYZ 19.76 10.41 59.36 -
YUV 86.65 195.35 151.07 -
System Red Green Blue C M Y K H S L
Decimal 119 47 206 0.42 0.77 0 0.19 267.17 0.63 0.5
Hex 77 2F CE 2A 4D 0 13 10B 3F 32
Octal 167 57 316 52 115 0 23 413 77 62
Binary 1110111 101111 11001110 101010 1001101 0 10011 100001011 111111 110010

Color Harmonies of #772FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FCE

Black with #772FCE

Text Example


Text Example

White with #772FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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