Html Css Color HEX #773CBC Purple Heart

📋 copy color: '#773CBC'

red 119 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #773CBC

Tints of Purple Heart #773CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 32.43%
G = 16.35%
B = 51.23%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#773CBC (or 0x773CBC) is known color: Purple Heart. HEX triplet: 77, 3C and BC. RGB value is (119,60,188). Sum of RGB (Red+Green+Blue) = 119+60+188=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #773CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CBC is #88C343. Grayscale: #5B5B5B. Windows color (decimal): -8962884 or 12336247. OLE color: 12336247.

HSL color Cylindrical-coordinate representation of color #773CBC: hue angle of 267.66º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #773CBC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 60 188 -
CMYK 0.37 0.68 0 0.26
HSL 267.66º 0.52% 0.49% -
HSV(B) 267.66º 0.68% 0.74% -
XYZ 18.3 10.78 48.69 -
YUV 92.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 119 60 188 0.37 0.68 0 0.26 267.66 0.52 0.49
Hex 77 3C BC 25 44 0 1A 10C 34 31
Octal 167 74 274 45 104 0 32 414 64 61
Binary 1110111 111100 10111100 100101 1000100 0 11010 100001100 110100 110001

Color Harmonies of #773CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CBC

Black with #773CBC

Text Example


Text Example

White with #773CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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