Html Css Color HEX #7417ED Blue Violet

📋 copy color: '#7417ED'

red 116 ◦ green 23 ◦ blue 237

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

Shades of Blue Violet #7417ED

Tints of Blue Violet #7417ED

RGB

 RED value IS 116 (45.7% from 255) = 30.85%

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

 BLUE value IS 237 (92.97% from 255) = 63.03%

R = 30.85%
G = 6.12%
B = 63.03%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7417ED (or 0x7417ED) is known color: Blue Violet. HEX triplet: 74, 17 and ED. RGB value is (116,23,237). Sum of RGB (Red+Green+Blue) = 116+23+237=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #7417ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7417ED is #8BE812. Grayscale: #4A4A4A. Windows color (decimal): -9168915 or 15538036. OLE color: 15538036.

HSL color Cylindrical-coordinate representation of color #7417ED: hue angle of 266.07º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7417ED is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 23 237 -
CMYK 0.51 0.90 0 0.07
HSL 266.07º 0.86% 0.51% -
HSV(B) 266.07º 0.9% 0.93% -
XYZ 22.79 10.44 80.93 -
YUV 75.2 219.31 157.1 -
System Red Green Blue C M Y K H S L
Decimal 116 23 237 0.51 0.90 0 0.07 266.07 0.86 0.51
Hex 74 17 ED 33 5A 0 7 10A 56 33
Octal 164 27 355 63 132 0 7 412 126 63
Binary 1110100 10111 11101101 110011 1011010 0 111 100001010 1010110 110011

Color Harmonies of #7417ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7417ED

Black with #7417ED

Text Example


Text Example

White with #7417ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7417ED; }

 p { color: rgb(116,23,237); }

 H1.HeaderClassName
 {
   color: #7417ED;
 }
 .AnyTagClassName
 {
   color: #7417ED;
 }
</style>

background-color css

<style>
 a { background-color: #7417ED; }

 a { background-color: rgb(116,23,237); }

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

border-color css

<style>
 span { border-color: #7417ED; }

 span { border-color: rgb(116,23,237); }

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