Html Css Color HEX #770FCF Dark Violet

📋 copy color: '#770FCF'

red 119 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #770FCF

Tints of Dark Violet #770FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.7%

R = 34.9%
G = 4.4%
B = 60.7%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#770FCF (or 0x770FCF) is known color: Dark Violet. HEX triplet: 77, 0F and CF. RGB value is (119,15,207). Sum of RGB (Red+Green+Blue) = 119+15+207=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #770FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FCF is #88F030. Grayscale: #434343. Windows color (decimal): -8974385 or 13569911. OLE color: 13569911.

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

Color convert

RGB 119 15 207 -
CMYK 0.43 0.93 0 0.19
HSL 272.5º 0.86% 0.44% -
HSV(B) 272.5º 0.93% 0.81% -
XYZ 19.04 8.77 59.72 -
YUV 67.98 206.46 164.39 -
System Red Green Blue C M Y K H S L
Decimal 119 15 207 0.43 0.93 0 0.19 272.5 0.86 0.44
Hex 77 F CF 2B 5D 0 13 110 56 2C
Octal 167 17 317 53 135 0 23 420 126 54
Binary 1110111 1111 11001111 101011 1011101 0 10011 100010000 1010110 101100

Color Harmonies of #770FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FCF

Black with #770FCF

Text Example


Text Example

White with #770FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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