Html Css Color HEX #773DCE Purple Heart

📋 copy color: '#773DCE'

red 119 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #773DCE

Tints of Purple Heart #773DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.8%

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

R = 30.83%
G = 15.8%
B = 53.37%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#773DCE (or 0x773DCE) is known color: Purple Heart. HEX triplet: 77, 3D and CE. RGB value is (119,61,206). Sum of RGB (Red+Green+Blue) = 119+61+206=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #773DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DCE is #88C231. Grayscale: #5E5E5E. Windows color (decimal): -8962610 or 13516151. OLE color: 13516151.

HSL color Cylindrical-coordinate representation of color #773DCE: hue angle of 264º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773DCE is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 61 206 -
CMYK 0.42 0.70 0 0.19
HSL 264º 0.6% 0.52% -
HSV(B) 264º 0.7% 0.81% -
XYZ 20.42 11.72 59.58 -
YUV 94.87 190.72 145.21 -
System Red Green Blue C M Y K H S L
Decimal 119 61 206 0.42 0.70 0 0.19 264 0.6 0.52
Hex 77 3D CE 2A 46 0 13 108 3C 34
Octal 167 75 316 52 106 0 23 410 74 64
Binary 1110111 111101 11001110 101010 1000110 0 10011 100001000 111100 110100

Color Harmonies of #773DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DCE

Black with #773DCE

Text Example


Text Example

White with #773DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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