Html Css Color HEX #760AB4 Dark Violet

📋 copy color: '#760AB4'

red 118 ◦ green 10 ◦ blue 180

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

Shades of Dark Violet #760AB4

Tints of Dark Violet #760AB4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.25%

 BLUE value IS 180 (70.7% from 255) = 58.44%

R = 38.31%
G = 3.25%
B = 58.44%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#760AB4 (or 0x760AB4) is known color: Dark Violet. HEX triplet: 76, 0A and B4. RGB value is (118,10,180). Sum of RGB (Red+Green+Blue) = 118+10+180=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #760AB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760AB4 is #89F54B. Grayscale: #3D3D3D. Windows color (decimal): -9041228 or 11799158. OLE color: 11799158.

HSL color Cylindrical-coordinate representation of color #760AB4: hue angle of 278.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760AB4 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 10 180 -
CMYK 0.34 0.94 0 0.29
HSL 278.12º 0.89% 0.37% -
HSV(B) 278.12º 0.94% 0.71% -
XYZ 15.82 7.36 43.77 -
YUV 61.67 194.78 168.18 -
System Red Green Blue C M Y K H S L
Decimal 118 10 180 0.34 0.94 0 0.29 278.12 0.89 0.37
Hex 76 A B4 22 5E 0 1D 116 59 25
Octal 166 12 264 42 136 0 35 426 131 45
Binary 1110110 1010 10110100 100010 1011110 0 11101 100010110 1011001 100101

Color Harmonies of #760AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760AB4

Black with #760AB4

Text Example


Text Example

White with #760AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,10,180); }

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

background-color css

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

 a { background-color: rgb(118,10,180); }

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

border-color css

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

 span { border-color: rgb(118,10,180); }

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