Html Css Color HEX #760CCA Dark Violet

📋 copy color: '#760CCA'

red 118 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #760CCA

Tints of Dark Violet #760CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.61%

 BLUE value IS 202 (79.3% from 255) = 60.84%

R = 35.54%
G = 3.61%
B = 60.84%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#760CCA (or 0x760CCA) is known color: Dark Violet. HEX triplet: 76, 0C and CA. RGB value is (118,12,202). Sum of RGB (Red+Green+Blue) = 118+12+202=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #760CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CCA is #89F335. Grayscale: #404040. Windows color (decimal): -9040694 or 13241462. OLE color: 13241462.

HSL color Cylindrical-coordinate representation of color #760CCA: hue angle of 273.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760CCA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 12 202 -
CMYK 0.42 0.94 0 0.21
HSL 273.47º 0.89% 0.42% -
HSV(B) 273.47º 0.94% 0.79% -
XYZ 18.26 8.38 56.53 -
YUV 65.35 205.12 165.55 -
System Red Green Blue C M Y K H S L
Decimal 118 12 202 0.42 0.94 0 0.21 273.47 0.89 0.42
Hex 76 C CA 2A 5E 0 15 111 59 2A
Octal 166 14 312 52 136 0 25 421 131 52
Binary 1110110 1100 11001010 101010 1011110 0 10101 100010001 1011001 101010

Color Harmonies of #760CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CCA

Black with #760CCA

Text Example


Text Example

White with #760CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,12,202); }

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

background-color css

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

 a { background-color: rgb(118,12,202); }

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

border-color css

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

 span { border-color: rgb(118,12,202); }

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