Html Css Color HEX #7D2DEF Blue Violet

📋 copy color: '#7D2DEF'

red 125 ◦ green 45 ◦ blue 239

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

Shades of Blue Violet #7D2DEF

Tints of Blue Violet #7D2DEF

RGB

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

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

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

R = 30.56%
G = 11%
B = 58.44%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D2DEF (or 0x7D2DEF) is known color: Blue Violet. HEX triplet: 7D, 2D and EF. RGB value is (125,45,239). Sum of RGB (Red+Green+Blue) = 125+45+239=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D2DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D2DEF is #82D210. Grayscale: #5A5A5A. Windows color (decimal): -8573457 or 15674749. OLE color: 15674749.

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

Color convert

RGB 125 45 239 -
CMYK 0.48 0.81 0 0.06
HSL 264.74º 0.86% 0.56% -
HSV(B) 264.74º 0.81% 0.94% -
XYZ 24.98 12.47 82.75 -
YUV 91.04 211.5 152.23 -
System Red Green Blue C M Y K H S L
Decimal 125 45 239 0.48 0.81 0 0.06 264.74 0.86 0.56
Hex 7D 2D EF 30 51 0 6 109 56 38
Octal 175 55 357 60 121 0 6 411 126 70
Binary 1111101 101101 11101111 110000 1010001 0 110 100001001 1010110 111000

Color Harmonies of #7D2DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2DEF

Black with #7D2DEF

Text Example


Text Example

White with #7D2DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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