Html Css Color HEX #7D22EF Blue Violet

📋 copy color: '#7D22EF'

red 125 ◦ green 34 ◦ blue 239

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

Shades of Blue Violet #7D22EF

Tints of Blue Violet #7D22EF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.54%

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 31.41%
G = 8.54%
B = 60.05%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D22EF (or 0x7D22EF) is known color: Blue Violet. HEX triplet: 7D, 22 and EF. RGB value is (125,34,239). Sum of RGB (Red+Green+Blue) = 125+34+239=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D22EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D22EF is #82DD10. Grayscale: #535353. Windows color (decimal): -8576273 or 15671933. OLE color: 15671933.

HSL color Cylindrical-coordinate representation of color #7D22EF: hue angle of 266.63º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D22EF is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 34 239 -
CMYK 0.48 0.86 0 0.06
HSL 266.63º 0.86% 0.54% -
HSV(B) 266.63º 0.86% 0.94% -
XYZ 24.61 11.74 82.63 -
YUV 84.58 215.15 156.83 -
System Red Green Blue C M Y K H S L
Decimal 125 34 239 0.48 0.86 0 0.06 266.63 0.86 0.54
Hex 7D 22 EF 30 56 0 6 10B 56 36
Octal 175 42 357 60 126 0 6 413 126 66
Binary 1111101 100010 11101111 110000 1010110 0 110 100001011 1010110 110110

Color Harmonies of #7D22EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D22EF

Black with #7D22EF

Text Example


Text Example

White with #7D22EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,34,239); }

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

background-color css

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

 a { background-color: rgb(125,34,239); }

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

border-color css

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

 span { border-color: rgb(125,34,239); }

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