Html Css Color HEX #770FCB Dark Violet

📋 copy color: '#770FCB'

red 119 ◦ green 15 ◦ blue 203

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

Shades of Dark Violet #770FCB

Tints of Dark Violet #770FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.45%

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

R = 35.31%
G = 4.45%
B = 60.24%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#770FCB (or 0x770FCB) is known color: Dark Violet. HEX triplet: 77, 0F and CB. RGB value is (119,15,203). Sum of RGB (Red+Green+Blue) = 119+15+203=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #770FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FCB is #88F034. Grayscale: #424242. Windows color (decimal): -8974389 or 13307767. OLE color: 13307767.

HSL color Cylindrical-coordinate representation of color #770FCB: hue angle of 273.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770FCB is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 15 203 -
CMYK 0.41 0.93 0 0.20
HSL 273.19º 0.86% 0.43% -
HSV(B) 273.19º 0.93% 0.8% -
XYZ 18.56 8.58 57.18 -
YUV 67.53 204.46 164.71 -
System Red Green Blue C M Y K H S L
Decimal 119 15 203 0.41 0.93 0 0.20 273.19 0.86 0.43
Hex 77 F CB 29 5D 0 14 111 56 2B
Octal 167 17 313 51 135 0 24 421 126 53
Binary 1110111 1111 11001011 101001 1011101 0 10100 100010001 1010110 101011

Color Harmonies of #770FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FCB

Black with #770FCB

Text Example


Text Example

White with #770FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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