Html Css Color HEX #7F25EA Blue Violet

📋 copy color: '#7F25EA'

red 127 ◦ green 37 ◦ blue 234

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

Shades of Blue Violet #7F25EA

Tints of Blue Violet #7F25EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.79%

R = 31.91%
G = 9.3%
B = 58.79%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F25EA (or 0x7F25EA) is known color: Blue Violet. HEX triplet: 7F, 25 and EA. RGB value is (127,37,234). Sum of RGB (Red+Green+Blue) = 127+37+234=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F25EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F25EA is #80DA15. Grayscale: #555555. Windows color (decimal): -8444438 or 15345023. OLE color: 15345023.

HSL color Cylindrical-coordinate representation of color #7F25EA: hue angle of 267.41º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F25EA is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 37 234 -
CMYK 0.46 0.84 0 0.08
HSL 267.41º 0.82% 0.53% -
HSV(B) 267.41º 0.84% 0.92% -
XYZ 24.27 11.78 78.84 -
YUV 86.37 211.32 156.98 -
System Red Green Blue C M Y K H S L
Decimal 127 37 234 0.46 0.84 0 0.08 267.41 0.82 0.53
Hex 7F 25 EA 2E 54 0 8 10B 52 35
Octal 177 45 352 56 124 0 10 413 122 65
Binary 1111111 100101 11101010 101110 1010100 0 1000 100001011 1010010 110101

Color Harmonies of #7F25EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F25EA

Black with #7F25EA

Text Example


Text Example

White with #7F25EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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