Html Css Color HEX #760BDD Dark Violet

📋 copy color: '#760BDD'

red 118 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #760BDD

Tints of Dark Violet #760BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.14%

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 33.71%
G = 3.14%
B = 63.14%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#760BDD (or 0x760BDD) is known color: Dark Violet. HEX triplet: 76, 0B and DD. RGB value is (118,11,221). Sum of RGB (Red+Green+Blue) = 118+11+221=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #760BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BDD is #89F422. Grayscale: #424242. Windows color (decimal): -9040931 or 14486390. OLE color: 14486390.

HSL color Cylindrical-coordinate representation of color #760BDD: hue angle of 270.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BDD is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 11 221 -
CMYK 0.47 0.95 0 0.13
HSL 270.57º 0.91% 0.45% -
HSV(B) 270.57º 0.95% 0.87% -
XYZ 20.64 9.31 69.12 -
YUV 66.93 214.95 164.42 -
System Red Green Blue C M Y K H S L
Decimal 118 11 221 0.47 0.95 0 0.13 270.57 0.91 0.45
Hex 76 B DD 2F 5F 0 D 10F 5B 2D
Octal 166 13 335 57 137 0 15 417 133 55
Binary 1110110 1011 11011101 101111 1011111 0 1101 100001111 1011011 101101

Color Harmonies of #760BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BDD

Black with #760BDD

Text Example


Text Example

White with #760BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,11,221); }

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

background-color css

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

 a { background-color: rgb(118,11,221); }

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

border-color css

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

 span { border-color: rgb(118,11,221); }

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