Html Css Color HEX #772BCA Purple Heart

📋 copy color: '#772BCA'

red 119 ◦ green 43 ◦ blue 202

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

Shades of Purple Heart #772BCA

Tints of Purple Heart #772BCA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.81%

 BLUE value IS 202 (79.3% from 255) = 55.49%

R = 32.69%
G = 11.81%
B = 55.49%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#772BCA (or 0x772BCA) is known color: Purple Heart. HEX triplet: 77, 2B and CA. RGB value is (119,43,202). Sum of RGB (Red+Green+Blue) = 119+43+202=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #772BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BCA is #88D435. Grayscale: #535353. Windows color (decimal): -8967222 or 13249399. OLE color: 13249399.

HSL color Cylindrical-coordinate representation of color #772BCA: hue angle of 268.68º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772BCA is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 43 202 -
CMYK 0.41 0.79 0 0.21
HSL 268.68º 0.65% 0.48% -
HSV(B) 268.68º 0.79% 0.79% -
XYZ 19.13 9.91 56.78 -
YUV 83.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 119 43 202 0.41 0.79 0 0.21 268.68 0.65 0.48
Hex 77 2B CA 29 4F 0 15 10D 41 30
Octal 167 53 312 51 117 0 25 415 101 60
Binary 1110111 101011 11001010 101001 1001111 0 10101 100001101 1000001 110000

Color Harmonies of #772BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BCA

Black with #772BCA

Text Example


Text Example

White with #772BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,43,202); }

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

background-color css

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

 a { background-color: rgb(119,43,202); }

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

border-color css

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

 span { border-color: rgb(119,43,202); }

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