Html Css Color HEX #773FCA Purple Heart

📋 copy color: '#773FCA'

red 119 ◦ green 63 ◦ blue 202

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

Shades of Purple Heart #773FCA

Tints of Purple Heart #773FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 16.41%

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

R = 30.99%
G = 16.41%
B = 52.6%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#773FCA (or 0x773FCA) is known color: Purple Heart. HEX triplet: 77, 3F and CA. RGB value is (119,63,202). Sum of RGB (Red+Green+Blue) = 119+63+202=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #773FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FCA is #88C035. Grayscale: #5F5F5F. Windows color (decimal): -8962102 or 13254519. OLE color: 13254519.

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

Color convert

RGB 119 63 202 -
CMYK 0.41 0.69 0 0.21
HSL 264.17º 0.57% 0.52% -
HSV(B) 264.17º 0.69% 0.79% -
XYZ 20.05 11.74 57.09 -
YUV 95.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 119 63 202 0.41 0.69 0 0.21 264.17 0.57 0.52
Hex 77 3F CA 29 45 0 15 108 39 34
Octal 167 77 312 51 105 0 25 410 71 64
Binary 1110111 111111 11001010 101001 1000101 0 10101 100001000 111001 110100

Color Harmonies of #773FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FCA

Black with #773FCA

Text Example


Text Example

White with #773FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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