Html Css Color HEX #7D1AEE Blue Violet

📋 copy color: '#7D1AEE'

red 125 ◦ green 26 ◦ blue 238

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

Shades of Blue Violet #7D1AEE

Tints of Blue Violet #7D1AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.68%

 BLUE value IS 238 (93.36% from 255) = 61.18%

R = 32.13%
G = 6.68%
B = 61.18%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D1AEE (or 0x7D1AEE) is known color: Blue Violet. HEX triplet: 7D, 1A and EE. RGB value is (125,26,238). Sum of RGB (Red+Green+Blue) = 125+26+238=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D1AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1AEE is #82E511. Grayscale: #4F4F4F. Windows color (decimal): -8578322 or 15604349. OLE color: 15604349.

HSL color Cylindrical-coordinate representation of color #7D1AEE: hue angle of 268.02º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D1AEE is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 26 238 -
CMYK 0.47 0.89 0 0.07
HSL 268.02º 0.86% 0.52% -
HSV(B) 268.02º 0.89% 0.93% -
XYZ 24.26 11.27 81.79 -
YUV 79.77 217.3 160.26 -
System Red Green Blue C M Y K H S L
Decimal 125 26 238 0.47 0.89 0 0.07 268.02 0.86 0.52
Hex 7D 1A EE 2F 59 0 7 10C 56 34
Octal 175 32 356 57 131 0 7 414 126 64
Binary 1111101 11010 11101110 101111 1011001 0 111 100001100 1010110 110100

Color Harmonies of #7D1AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1AEE

Black with #7D1AEE

Text Example


Text Example

White with #7D1AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,26,238); }

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

background-color css

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

 a { background-color: rgb(125,26,238); }

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

border-color css

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

 span { border-color: rgb(125,26,238); }

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