Html Css Color HEX #773FCE Purple Heart

📋 copy color: '#773FCE'

red 119 ◦ green 63 ◦ blue 206

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

Shades of Purple Heart #773FCE

Tints of Purple Heart #773FCE

RGB

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

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

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

R = 30.67%
G = 16.24%
B = 53.09%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#773FCE (or 0x773FCE) is known color: Purple Heart. HEX triplet: 77, 3F and CE. RGB value is (119,63,206). Sum of RGB (Red+Green+Blue) = 119+63+206=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #773FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FCE is #88C031. Grayscale: #5F5F5F. Windows color (decimal): -8962098 or 13516663. OLE color: 13516663.

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

Color convert

RGB 119 63 206 -
CMYK 0.42 0.69 0 0.19
HSL 263.5º 0.59% 0.53% -
HSV(B) 263.5º 0.69% 0.81% -
XYZ 20.53 11.93 59.61 -
YUV 96.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 119 63 206 0.42 0.69 0 0.19 263.5 0.59 0.53
Hex 77 3F CE 2A 45 0 13 107 3B 35
Octal 167 77 316 52 105 0 23 407 73 65
Binary 1110111 111111 11001110 101010 1000101 0 10011 100000111 111011 110101

Color Harmonies of #773FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FCE

Black with #773FCE

Text Example


Text Example

White with #773FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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