Html Css Color HEX #7D2ADE Blue Violet

📋 copy color: '#7D2ADE'

red 125 ◦ green 42 ◦ blue 222

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

Shades of Blue Violet #7D2ADE

Tints of Blue Violet #7D2ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.8%

 BLUE value IS 222 (87.11% from 255) = 57.07%

R = 32.13%
G = 10.8%
B = 57.07%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D2ADE (or 0x7D2ADE) is known color: Blue Violet. HEX triplet: 7D, 2A and DE. RGB value is (125,42,222). Sum of RGB (Red+Green+Blue) = 125+42+222=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D2ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2ADE is #82D521. Grayscale: #565656. Windows color (decimal): -8574242 or 14559869. OLE color: 14559869.

HSL color Cylindrical-coordinate representation of color #7D2ADE: hue angle of 267.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D2ADE is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 42 222 -
CMYK 0.44 0.81 0 0.13
HSL 267.67º 0.73% 0.52% -
HSV(B) 267.67º 0.81% 0.87% -
XYZ 22.47 11.29 70.1 -
YUV 87.34 204 154.86 -
System Red Green Blue C M Y K H S L
Decimal 125 42 222 0.44 0.81 0 0.13 267.67 0.73 0.52
Hex 7D 2A DE 2C 51 0 D 10C 49 34
Octal 175 52 336 54 121 0 15 414 111 64
Binary 1111101 101010 11011110 101100 1010001 0 1101 100001100 1001001 110100

Color Harmonies of #7D2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2ADE

Black with #7D2ADE

Text Example


Text Example

White with #7D2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,42,222); }

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

background-color css

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

 a { background-color: rgb(125,42,222); }

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

border-color css

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

 span { border-color: rgb(125,42,222); }

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