Html Css Color HEX #770B6C Purple

📋 copy color: '#770B6C'

red 119 ◦ green 11 ◦ blue 108

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

Shades of Purple #770B6C

Tints of Purple #770B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 108 (42.58% from 255) = 45.38%

R = 50%
G = 4.62%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#770B6C (or 0x770B6C) is known color: Purple. HEX triplet: 77, 0B and 6C. RGB value is (119,11,108). Sum of RGB (Red+Green+Blue) = 119+11+108=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B6C is #88F493. Grayscale: #363636. Windows color (decimal): -8975508 or 7080823. OLE color: 7080823.

HSL color Cylindrical-coordinate representation of color #770B6C: hue angle of 306.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B6C is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 11 108 -
CMYK 0 0.91 0.09 0.53
HSL 306.11º 0.83% 0.25% -
HSV(B) 306.11º 0.91% 0.47% -
XYZ 10.43 5.24 14.65 -
YUV 54.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 119 11 108 0 0.91 0.09 0.53 306.11 0.83 0.25
Hex 77 B 6C 0 5B 9 35 132 53 19
Octal 167 13 154 0 133 11 65 462 123 31
Binary 1110111 1011 1101100 0 1011011 1001 110101 100110010 1010011 11001

Color Harmonies of #770B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B6C

Black with #770B6C

Text Example


Text Example

White with #770B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770B6C; }

 p { color: rgb(119,11,108); }

 H1.HeaderClassName
 {
   color: #770B6C;
 }
 .AnyTagClassName
 {
   color: #770B6C;
 }
</style>

background-color css

<style>
 a { background-color: #770B6C; }

 a { background-color: rgb(119,11,108); }

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

border-color css

<style>
 span { border-color: #770B6C; }

 span { border-color: rgb(119,11,108); }

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