Html Css Color HEX #7F25EE Blue Violet

📋 copy color: '#7F25EE'

red 127 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #7F25EE

Tints of Blue Violet #7F25EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.2%

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 31.59%
G = 9.2%
B = 59.2%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F25EE (or 0x7F25EE) is known color: Blue Violet. HEX triplet: 7F, 25 and EE. RGB value is (127,37,238). Sum of RGB (Red+Green+Blue) = 127+37+238=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #7F25EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F25EE is #80DA11. Grayscale: #565656. Windows color (decimal): -8444434 or 15607167. OLE color: 15607167.

HSL color Cylindrical-coordinate representation of color #7F25EE: hue angle of 266.87º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F25EE is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 37 238 -
CMYK 0.47 0.84 0 0.07
HSL 266.87º 0.86% 0.54% -
HSV(B) 266.87º 0.84% 0.93% -
XYZ 24.85 12.01 81.9 -
YUV 86.82 213.32 156.66 -
System Red Green Blue C M Y K H S L
Decimal 127 37 238 0.47 0.84 0 0.07 266.87 0.86 0.54
Hex 7F 25 EE 2F 54 0 7 10B 56 36
Octal 177 45 356 57 124 0 7 413 126 66
Binary 1111111 100101 11101110 101111 1010100 0 111 100001011 1010110 110110

Color Harmonies of #7F25EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F25EE

Black with #7F25EE

Text Example


Text Example

White with #7F25EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,37,238); }

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

background-color css

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

 a { background-color: rgb(127,37,238); }

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

border-color css

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

 span { border-color: rgb(127,37,238); }

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