Html Css Color HEX #762ADC Blue Violet

📋 copy color: '#762ADC'

red 118 ◦ green 42 ◦ blue 220

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

Shades of Blue Violet #762ADC

Tints of Blue Violet #762ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 31.05%
G = 11.05%
B = 57.89%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#762ADC (or 0x762ADC) is known color: Blue Violet. HEX triplet: 76, 2A and DC. RGB value is (118,42,220). Sum of RGB (Red+Green+Blue) = 118+42+220=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #762ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ADC is #89D523. Grayscale: #545454. Windows color (decimal): -9032996 or 14428790. OLE color: 14428790.

HSL color Cylindrical-coordinate representation of color #762ADC: hue angle of 265.62º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762ADC is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 42 220 -
CMYK 0.46 0.81 0 0.14
HSL 265.62º 0.72% 0.51% -
HSV(B) 265.62º 0.81% 0.86% -
XYZ 21.22 10.67 68.65 -
YUV 85.02 204.18 151.53 -
System Red Green Blue C M Y K H S L
Decimal 118 42 220 0.46 0.81 0 0.14 265.62 0.72 0.51
Hex 76 2A DC 2E 51 0 E 10A 48 33
Octal 166 52 334 56 121 0 16 412 110 63
Binary 1110110 101010 11011100 101110 1010001 0 1110 100001010 1001000 110011

Color Harmonies of #762ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762ADC

Black with #762ADC

Text Example


Text Example

White with #762ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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