Html Css Color HEX #762ADD Blue Violet

📋 copy color: '#762ADD'

red 118 ◦ green 42 ◦ blue 221

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

Shades of Blue Violet #762ADD

Tints of Blue Violet #762ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.02%

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

R = 30.97%
G = 11.02%
B = 58.01%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#762ADD (or 0x762ADD) is known color: Blue Violet. HEX triplet: 76, 2A and DD. RGB value is (118,42,221). Sum of RGB (Red+Green+Blue) = 118+42+221=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #762ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ADD is #89D522. Grayscale: #545454. Windows color (decimal): -9032995 or 14494326. OLE color: 14494326.

HSL color Cylindrical-coordinate representation of color #762ADD: hue angle of 265.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762ADD is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 42 221 -
CMYK 0.47 0.81 0 0.13
HSL 265.47º 0.72% 0.52% -
HSV(B) 265.47º 0.81% 0.87% -
XYZ 21.35 10.73 69.35 -
YUV 85.13 204.68 151.45 -
System Red Green Blue C M Y K H S L
Decimal 118 42 221 0.47 0.81 0 0.13 265.47 0.72 0.52
Hex 76 2A DD 2F 51 0 D 109 48 34
Octal 166 52 335 57 121 0 15 411 110 64
Binary 1110110 101010 11011101 101111 1010001 0 1101 100001001 1001000 110100

Color Harmonies of #762ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762ADD

Black with #762ADD

Text Example


Text Example

White with #762ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762ADD; }

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

 H1.HeaderClassName
 {
   color: #762ADD;
 }
 .AnyTagClassName
 {
   color: #762ADD;
 }
</style>

background-color css

<style>
 a { background-color: #762ADD; }

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

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

border-color css

<style>
 span { border-color: #762ADD; }

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

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