Html Css Color HEX #7D2ADB Blue Violet

📋 copy color: '#7D2ADB'

red 125 ◦ green 42 ◦ blue 219

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

Shades of Blue Violet #7D2ADB

Tints of Blue Violet #7D2ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 32.38%
G = 10.88%
B = 56.74%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D2ADB (or 0x7D2ADB) is known color: Blue Violet. HEX triplet: 7D, 2A and DB. RGB value is (125,42,219). Sum of RGB (Red+Green+Blue) = 125+42+219=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D2ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2ADB is #82D524. Grayscale: #565656. Windows color (decimal): -8574245 or 14363261. OLE color: 14363261.

HSL color Cylindrical-coordinate representation of color #7D2ADB: hue angle of 268.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D2ADB is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 42 219 -
CMYK 0.43 0.81 0 0.14
HSL 268.14º 0.71% 0.51% -
HSV(B) 268.14º 0.81% 0.86% -
XYZ 22.07 11.13 68 -
YUV 87 202.5 155.11 -
System Red Green Blue C M Y K H S L
Decimal 125 42 219 0.43 0.81 0 0.14 268.14 0.71 0.51
Hex 7D 2A DB 2B 51 0 E 10C 47 33
Octal 175 52 333 53 121 0 16 414 107 63
Binary 1111101 101010 11011011 101011 1010001 0 1110 100001100 1000111 110011

Color Harmonies of #7D2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2ADB

Black with #7D2ADB

Text Example


Text Example

White with #7D2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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