Html Css Color HEX #7E17DB Blue Violet

📋 copy color: '#7E17DB'

red 126 ◦ green 23 ◦ blue 219

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

Shades of Blue Violet #7E17DB

Tints of Blue Violet #7E17DB

RGB

 RED value IS 126 (49.61% from 255) = 34.24%

 GREEN value IS 23 (9.38% from 255) = 6.25%

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 34.24%
G = 6.25%
B = 59.51%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E17DB (or 0x7E17DB) is known color: Blue Violet. HEX triplet: 7E, 17 and DB. RGB value is (126,23,219). Sum of RGB (Red+Green+Blue) = 126+23+219=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E17DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E17DB is #81E824. Grayscale: #4B4B4B. Windows color (decimal): -8513573 or 14358398. OLE color: 14358398.

HSL color Cylindrical-coordinate representation of color #7E17DB: hue angle of 271.53º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E17DB is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 23 219 -
CMYK 0.42 0.89 0 0.14
HSL 271.53º 0.81% 0.47% -
HSV(B) 271.53º 0.89% 0.86% -
XYZ 21.7 10.16 67.84 -
YUV 76.14 208.62 163.56 -
System Red Green Blue C M Y K H S L
Decimal 126 23 219 0.42 0.89 0 0.14 271.53 0.81 0.47
Hex 7E 17 DB 2A 59 0 E 110 51 2F
Octal 176 27 333 52 131 0 16 420 121 57
Binary 1111110 10111 11011011 101010 1011001 0 1110 100010000 1010001 101111

Color Harmonies of #7E17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E17DB

Black with #7E17DB

Text Example


Text Example

White with #7E17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E17DB; }

 p { color: rgb(126,23,219); }

 H1.HeaderClassName
 {
   color: #7E17DB;
 }
 .AnyTagClassName
 {
   color: #7E17DB;
 }
</style>

background-color css

<style>
 a { background-color: #7E17DB; }

 a { background-color: rgb(126,23,219); }

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

border-color css

<style>
 span { border-color: #7E17DB; }

 span { border-color: rgb(126,23,219); }

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