Html Css Color HEX #7D33EB Blue Violet

📋 copy color: '#7D33EB'

red 125 ◦ green 51 ◦ blue 235

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

Shades of Blue Violet #7D33EB

Tints of Blue Violet #7D33EB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

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

R = 30.41%
G = 12.41%
B = 57.18%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D33EB (or 0x7D33EB) is known color: Blue Violet. HEX triplet: 7D, 33 and EB. RGB value is (125,51,235). Sum of RGB (Red+Green+Blue) = 125+51+235=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D33EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D33EB is #82CC14. Grayscale: #5D5D5D. Windows color (decimal): -8571925 or 15414141. OLE color: 15414141.

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

Color convert

RGB 125 51 235 -
CMYK 0.47 0.78 0 0.08
HSL 264.13º 0.82% 0.56% -
HSV(B) 264.13º 0.78% 0.92% -
XYZ 24.64 12.73 79.76 -
YUV 94.1 207.52 150.04 -
System Red Green Blue C M Y K H S L
Decimal 125 51 235 0.47 0.78 0 0.08 264.13 0.82 0.56
Hex 7D 33 EB 2F 4E 0 8 108 52 38
Octal 175 63 353 57 116 0 10 410 122 70
Binary 1111101 110011 11101011 101111 1001110 0 1000 100001000 1010010 111000

Color Harmonies of #7D33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D33EB

Black with #7D33EB

Text Example


Text Example

White with #7D33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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