Html Css Color HEX #772DCD Purple Heart

📋 copy color: '#772DCD'

red 119 ◦ green 45 ◦ blue 205

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

Shades of Purple Heart #772DCD

Tints of Purple Heart #772DCD

RGB

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

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

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

R = 32.25%
G = 12.2%
B = 55.56%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#772DCD (or 0x772DCD) is known color: Purple Heart. HEX triplet: 77, 2D and CD. RGB value is (119,45,205). Sum of RGB (Red+Green+Blue) = 119+45+205=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #772DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DCD is #88D232. Grayscale: #545454. Windows color (decimal): -8966707 or 13446519. OLE color: 13446519.

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

Color convert

RGB 119 45 205 -
CMYK 0.42 0.78 0 0.20
HSL 267.75º 0.64% 0.49% -
HSV(B) 267.75º 0.78% 0.8% -
XYZ 19.57 10.21 58.7 -
YUV 85.37 195.52 151.99 -
System Red Green Blue C M Y K H S L
Decimal 119 45 205 0.42 0.78 0 0.20 267.75 0.64 0.49
Hex 77 2D CD 2A 4E 0 14 10C 40 31
Octal 167 55 315 52 116 0 24 414 100 61
Binary 1110111 101101 11001101 101010 1001110 0 10100 100001100 1000000 110001

Color Harmonies of #772DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DCD

Black with #772DCD

Text Example


Text Example

White with #772DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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