Html Css Color HEX #760FCC Dark Violet

📋 copy color: '#760FCC'

red 118 ◦ green 15 ◦ blue 204

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

Shades of Dark Violet #760FCC

Tints of Dark Violet #760FCC

RGB

 RED value IS 118 (46.48% from 255) = 35.01%

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

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

R = 35.01%
G = 4.45%
B = 60.53%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#760FCC (or 0x760FCC) is known color: Dark Violet. HEX triplet: 76, 0F and CC. RGB value is (118,15,204). Sum of RGB (Red+Green+Blue) = 118+15+204=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #760FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FCC is #89F033. Grayscale: #424242. Windows color (decimal): -9039924 or 13373302. OLE color: 13373302.

HSL color Cylindrical-coordinate representation of color #760FCC: hue angle of 272.7º 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 #760FCC is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 15 204 -
CMYK 0.42 0.93 0 0.2
HSL 272.7º 0.86% 0.43% -
HSV(B) 272.7º 0.93% 0.8% -
XYZ 18.54 8.55 57.8 -
YUV 67.34 205.12 164.13 -
System Red Green Blue C M Y K H S L
Decimal 118 15 204 0.42 0.93 0 0.2 272.7 0.86 0.43
Hex 76 F CC 2A 5D 0 14 111 56 2B
Octal 166 17 314 52 135 0 24 421 126 53
Binary 1110110 1111 11001100 101010 1011101 0 10100 100010001 1010110 101011

Color Harmonies of #760FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FCC

Black with #760FCC

Text Example


Text Example

White with #760FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760FCC; }

 p { color: rgb(118,15,204); }

 H1.HeaderClassName
 {
   color: #760FCC;
 }
 .AnyTagClassName
 {
   color: #760FCC;
 }
</style>

background-color css

<style>
 a { background-color: #760FCC; }

 a { background-color: rgb(118,15,204); }

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

border-color css

<style>
 span { border-color: #760FCC; }

 span { border-color: rgb(118,15,204); }

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