Html Css Color HEX #773DCB Purple Heart

📋 copy color: '#773DCB'

red 119 ◦ green 61 ◦ blue 203

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

Shades of Purple Heart #773DCB

Tints of Purple Heart #773DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53%

R = 31.07%
G = 15.93%
B = 53%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#773DCB (or 0x773DCB) is known color: Purple Heart. HEX triplet: 77, 3D and CB. RGB value is (119,61,203). Sum of RGB (Red+Green+Blue) = 119+61+203=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #773DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DCB is #88C234. Grayscale: #5E5E5E. Windows color (decimal): -8962613 or 13319543. OLE color: 13319543.

HSL color Cylindrical-coordinate representation of color #773DCB: hue angle of 264.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773DCB is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 61 203 -
CMYK 0.41 0.70 0 0.20
HSL 264.51º 0.58% 0.52% -
HSV(B) 264.51º 0.7% 0.8% -
XYZ 20.06 11.57 57.68 -
YUV 94.53 189.22 145.45 -
System Red Green Blue C M Y K H S L
Decimal 119 61 203 0.41 0.70 0 0.20 264.51 0.58 0.52
Hex 77 3D CB 29 46 0 14 109 3A 34
Octal 167 75 313 51 106 0 24 411 72 64
Binary 1110111 111101 11001011 101001 1000110 0 10100 100001001 111010 110100

Color Harmonies of #773DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DCB

Black with #773DCB

Text Example


Text Example

White with #773DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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