Html Css Color HEX #773BCA Purple Heart

📋 copy color: '#773BCA'

red 119 ◦ green 59 ◦ blue 202

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

Shades of Purple Heart #773BCA

Tints of Purple Heart #773BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.53%

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

R = 31.32%
G = 15.53%
B = 53.16%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#773BCA (or 0x773BCA) is known color: Purple Heart. HEX triplet: 77, 3B and CA. RGB value is (119,59,202). Sum of RGB (Red+Green+Blue) = 119+59+202=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #773BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BCA is #88C435. Grayscale: #5C5C5C. Windows color (decimal): -8963126 or 13253495. OLE color: 13253495.

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

Color convert

RGB 119 59 202 -
CMYK 0.41 0.71 0 0.21
HSL 265.17º 0.57% 0.51% -
HSV(B) 265.17º 0.71% 0.79% -
XYZ 19.83 11.31 57.02 -
YUV 93.24 189.38 146.37 -
System Red Green Blue C M Y K H S L
Decimal 119 59 202 0.41 0.71 0 0.21 265.17 0.57 0.51
Hex 77 3B CA 29 47 0 15 109 39 33
Octal 167 73 312 51 107 0 25 411 71 63
Binary 1110111 111011 11001010 101001 1000111 0 10101 100001001 111001 110011

Color Harmonies of #773BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BCA

Black with #773BCA

Text Example


Text Example

White with #773BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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