Html Css Color HEX #762BDA Blue Violet

📋 copy color: '#762BDA'

red 118 ◦ green 43 ◦ blue 218

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

Shades of Blue Violet #762BDA

Tints of Blue Violet #762BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.35%

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 31.13%
G = 11.35%
B = 57.52%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#762BDA (or 0x762BDA) is known color: Blue Violet. HEX triplet: 76, 2B and DA. RGB value is (118,43,218). Sum of RGB (Red+Green+Blue) = 118+43+218=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #762BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BDA is #89D425. Grayscale: #545454. Windows color (decimal): -9032742 or 14297974. OLE color: 14297974.

HSL color Cylindrical-coordinate representation of color #762BDA: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762BDA is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 43 218 -
CMYK 0.46 0.80 0 0.15
HSL 265.71º 0.7% 0.51% -
HSV(B) 265.71º 0.8% 0.85% -
XYZ 20.99 10.64 67.28 -
YUV 85.38 202.85 151.27 -
System Red Green Blue C M Y K H S L
Decimal 118 43 218 0.46 0.80 0 0.15 265.71 0.7 0.51
Hex 76 2B DA 2E 50 0 F 10A 46 33
Octal 166 53 332 56 120 0 17 412 106 63
Binary 1110110 101011 11011010 101110 1010000 0 1111 100001010 1000110 110011

Color Harmonies of #762BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BDA

Black with #762BDA

Text Example


Text Example

White with #762BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,218); }

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

background-color css

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

 a { background-color: rgb(118,43,218); }

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

border-color css

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

 span { border-color: rgb(118,43,218); }

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