Html Css Color HEX #7D25EB Blue Violet

📋 copy color: '#7D25EB'

red 125 ◦ green 37 ◦ blue 235

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

Shades of Blue Violet #7D25EB

Tints of Blue Violet #7D25EB

RGB

 RED value IS 125 (49.22% from 255) = 31.49%

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

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 31.49%
G = 9.32%
B = 59.19%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D25EB (or 0x7D25EB) is known color: Blue Violet. HEX triplet: 7D, 25 and EB. RGB value is (125,37,235). Sum of RGB (Red+Green+Blue) = 125+37+235=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D25EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D25EB is #82DA14. Grayscale: #555555. Windows color (decimal): -8575509 or 15410557. OLE color: 15410557.

HSL color Cylindrical-coordinate representation of color #7D25EB: hue angle of 266.67º degrees, saturation: 0.83, 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 #7D25EB is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 37 235 -
CMYK 0.47 0.84 0 0.08
HSL 266.67º 0.83% 0.53% -
HSV(B) 266.67º 0.84% 0.92% -
XYZ 24.11 11.68 79.58 -
YUV 85.88 212.15 155.9 -
System Red Green Blue C M Y K H S L
Decimal 125 37 235 0.47 0.84 0 0.08 266.67 0.83 0.53
Hex 7D 25 EB 2F 54 0 8 10B 53 35
Octal 175 45 353 57 124 0 10 413 123 65
Binary 1111101 100101 11101011 101111 1010100 0 1000 100001011 1010011 110101

Color Harmonies of #7D25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D25EB

Black with #7D25EB

Text Example


Text Example

White with #7D25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,37,235); }

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

background-color css

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

 a { background-color: rgb(125,37,235); }

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

border-color css

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

 span { border-color: rgb(125,37,235); }

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