Html Css Color HEX #7F25CE Blue Violet

📋 copy color: '#7F25CE'

red 127 ◦ green 37 ◦ blue 206

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

Shades of Blue Violet #7F25CE

Tints of Blue Violet #7F25CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 34.32%
G = 10%
B = 55.68%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F25CE (or 0x7F25CE) is known color: Blue Violet. HEX triplet: 7F, 25 and CE. RGB value is (127,37,206). Sum of RGB (Red+Green+Blue) = 127+37+206=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F25CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F25CE is #80DA31. Grayscale: #525252. Windows color (decimal): -8444466 or 13510015. OLE color: 13510015.

HSL color Cylindrical-coordinate representation of color #7F25CE: hue angle of 271.95º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F25CE is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 37 206 -
CMYK 0.38 0.82 0 0.19
HSL 271.95º 0.7% 0.48% -
HSV(B) 271.95º 0.82% 0.81% -
XYZ 20.55 10.29 59.3 -
YUV 83.18 197.32 159.26 -
System Red Green Blue C M Y K H S L
Decimal 127 37 206 0.38 0.82 0 0.19 271.95 0.7 0.48
Hex 7F 25 CE 26 52 0 13 110 46 30
Octal 177 45 316 46 122 0 23 420 106 60
Binary 1111111 100101 11001110 100110 1010010 0 10011 100010000 1000110 110000

Color Harmonies of #7F25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F25CE

Black with #7F25CE

Text Example


Text Example

White with #7F25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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