Html Css Color HEX #7F18E5 Blue Violet

📋 copy color: '#7F18E5'

red 127 ◦ green 24 ◦ blue 229

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

Shades of Blue Violet #7F18E5

Tints of Blue Violet #7F18E5

RGB

 RED value IS 127 (50% from 255) = 33.42%

 GREEN value IS 24 (9.77% from 255) = 6.32%

 BLUE value IS 229 (89.84% from 255) = 60.26%

R = 33.42%
G = 6.32%
B = 60.26%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7F18E5 (or 0x7F18E5) is known color: Blue Violet. HEX triplet: 7F, 18 and E5. RGB value is (127,24,229). Sum of RGB (Red+Green+Blue) = 127+24+229=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 229 (89.84% from 255 or 60.26% from 380); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F18E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F18E5 is #80E71A. Grayscale: #4D4D4D. Windows color (decimal): -8447771 or 15014015. OLE color: 15014015.

HSL color Cylindrical-coordinate representation of color #7F18E5: hue angle of 270.15º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F18E5 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 127 24 229 -
CMYK 0.45 0.90 0 0.10
HSL 270.15º 0.81% 0.5% -
HSV(B) 270.15º 0.9% 0.9% -
XYZ 23.22 10.82 74.99 -
YUV 78.17 213.12 162.83 -
System Red Green Blue C M Y K H S L
Decimal 127 24 229 0.45 0.90 0 0.10 270.15 0.81 0.5
Hex 7F 18 E5 2D 5A 0 A 10E 51 32
Octal 177 30 345 55 132 0 12 416 121 62
Binary 1111111 11000 11100101 101101 1011010 0 1010 100001110 1010001 110010

Color Harmonies of #7F18E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F18E5

Black with #7F18E5

Text Example


Text Example

White with #7F18E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,24,229); }

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

background-color css

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

 a { background-color: rgb(127,24,229); }

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

border-color css

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

 span { border-color: rgb(127,24,229); }

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