Html Css Color HEX #7D2DEB Blue Violet

📋 copy color: '#7D2DEB'

red 125 ◦ green 45 ◦ blue 235

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

Shades of Blue Violet #7D2DEB

Tints of Blue Violet #7D2DEB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

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

R = 30.86%
G = 11.11%
B = 58.02%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D2DEB (or 0x7D2DEB) is known color: Blue Violet. HEX triplet: 7D, 2D and EB. RGB value is (125,45,235). Sum of RGB (Red+Green+Blue) = 125+45+235=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D2DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D2DEB is #82D214. Grayscale: #595959. Windows color (decimal): -8573461 or 15412605. OLE color: 15412605.

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

Color convert

RGB 125 45 235 -
CMYK 0.47 0.81 0 0.08
HSL 265.26º 0.83% 0.55% -
HSV(B) 265.26º 0.81% 0.92% -
XYZ 24.39 12.23 79.67 -
YUV 90.58 209.5 152.55 -
System Red Green Blue C M Y K H S L
Decimal 125 45 235 0.47 0.81 0 0.08 265.26 0.83 0.55
Hex 7D 2D EB 2F 51 0 8 109 53 37
Octal 175 55 353 57 121 0 10 411 123 67
Binary 1111101 101101 11101011 101111 1010001 0 1000 100001001 1010011 110111

Color Harmonies of #7D2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2DEB

Black with #7D2DEB

Text Example


Text Example

White with #7D2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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