Html Css Color HEX #773CCC Purple Heart

📋 copy color: '#773CCC'

red 119 ◦ green 60 ◦ blue 204

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

Shades of Purple Heart #773CCC

Tints of Purple Heart #773CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 31.07%
G = 15.67%
B = 53.26%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#773CCC (or 0x773CCC) is known color: Purple Heart. HEX triplet: 77, 3C and CC. RGB value is (119,60,204). Sum of RGB (Red+Green+Blue) = 119+60+204=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #773CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CCC is #88C333. Grayscale: #5D5D5D. Windows color (decimal): -8962868 or 13384823. OLE color: 13384823.

HSL color Cylindrical-coordinate representation of color #773CCC: hue angle of 264.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773CCC is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 60 204 -
CMYK 0.42 0.71 0 0.2
HSL 264.58º 0.59% 0.52% -
HSV(B) 264.58º 0.71% 0.8% -
XYZ 20.12 11.51 58.29 -
YUV 94.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 119 60 204 0.42 0.71 0 0.2 264.58 0.59 0.52
Hex 77 3C CC 2A 47 0 14 109 3B 34
Octal 167 74 314 52 107 0 24 411 73 64
Binary 1110111 111100 11001100 101010 1000111 0 10100 100001001 111011 110100

Color Harmonies of #773CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CCC

Black with #773CCC

Text Example


Text Example

White with #773CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,60,204); }

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

background-color css

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

 a { background-color: rgb(119,60,204); }

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

border-color css

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

 span { border-color: rgb(119,60,204); }

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