Html Css Color HEX #7D2EEF Blue Violet

📋 copy color: '#7D2EEF'

red 125 ◦ green 46 ◦ blue 239

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

Shades of Blue Violet #7D2EEF

Tints of Blue Violet #7D2EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.22%

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

R = 30.49%
G = 11.22%
B = 58.29%

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

#7D2EEF (or 0x7D2EEF) is known color: Blue Violet. HEX triplet: 7D, 2E and EF. RGB value is (125,46,239). Sum of RGB (Red+Green+Blue) = 125+46+239=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D2EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D2EEF is #82D110. Grayscale: #5A5A5A. Windows color (decimal): -8573201 or 15675005. OLE color: 15675005.

HSL color Cylindrical-coordinate representation of color #7D2EEF: hue angle of 264.56º 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 #7D2EEF is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 46 239 -
CMYK 0.48 0.81 0 0.06
HSL 264.56º 0.86% 0.56% -
HSV(B) 264.56º 0.81% 0.94% -
XYZ 25.01 12.55 82.76 -
YUV 91.62 211.17 151.81 -
System Red Green Blue C M Y K H S L
Decimal 125 46 239 0.48 0.81 0 0.06 264.56 0.86 0.56
Hex 7D 2E EF 30 51 0 6 109 56 38
Octal 175 56 357 60 121 0 6 411 126 70
Binary 1111101 101110 11101111 110000 1010001 0 110 100001001 1010110 111000

Color Harmonies of #7D2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2EEF

Black with #7D2EEF

Text Example


Text Example

White with #7D2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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