Html Css Color HEX #7D26EB Blue Violet

📋 copy color: '#7D26EB'

red 125 ◦ green 38 ◦ blue 235

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

Shades of Blue Violet #7D26EB

Tints of Blue Violet #7D26EB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.55%

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

R = 31.41%
G = 9.55%
B = 59.05%

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

#7D26EB (or 0x7D26EB) is known color: Blue Violet. HEX triplet: 7D, 26 and EB. RGB value is (125,38,235). Sum of RGB (Red+Green+Blue) = 125+38+235=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D26EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D26EB is #82D914. Grayscale: #555555. Windows color (decimal): -8575253 or 15410813. OLE color: 15410813.

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

Color convert

RGB 125 38 235 -
CMYK 0.47 0.84 0 0.08
HSL 266.5º 0.83% 0.54% -
HSV(B) 266.5º 0.84% 0.92% -
XYZ 24.15 11.74 79.59 -
YUV 86.47 211.82 155.48 -
System Red Green Blue C M Y K H S L
Decimal 125 38 235 0.47 0.84 0 0.08 266.5 0.83 0.54
Hex 7D 26 EB 2F 54 0 8 10A 53 36
Octal 175 46 353 57 124 0 10 412 123 66
Binary 1111101 100110 11101011 101111 1010100 0 1000 100001010 1010011 110110

Color Harmonies of #7D26EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D26EB

Black with #7D26EB

Text Example


Text Example

White with #7D26EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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