Html Css Color HEX #7D18D2 Blue Violet

📋 copy color: '#7D18D2'

red 125 ◦ green 24 ◦ blue 210

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

Shades of Blue Violet #7D18D2

Tints of Blue Violet #7D18D2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.69%

 BLUE value IS 210 (82.42% from 255) = 58.5%

R = 34.82%
G = 6.69%
B = 58.5%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7D18D2 (or 0x7D18D2) is known color: Blue Violet. HEX triplet: 7D, 18 and D2. RGB value is (125,24,210). Sum of RGB (Red+Green+Blue) = 125+24+210=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #7D18D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D18D2 is #82E72D. Grayscale: #4A4A4A. Windows color (decimal): -8578862 or 13768829. OLE color: 13768829.

HSL color Cylindrical-coordinate representation of color #7D18D2: hue angle of 272.58º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D18D2 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 24 210 -
CMYK 0.40 0.89 0 0.18
HSL 272.58º 0.79% 0.46% -
HSV(B) 272.58º 0.89% 0.82% -
XYZ 20.42 9.67 61.76 -
YUV 75.4 203.96 163.38 -
System Red Green Blue C M Y K H S L
Decimal 125 24 210 0.40 0.89 0 0.18 272.58 0.79 0.46
Hex 7D 18 D2 28 59 0 12 111 4F 2E
Octal 175 30 322 50 131 0 22 421 117 56
Binary 1111101 11000 11010010 101000 1011001 0 10010 100010001 1001111 101110

Color Harmonies of #7D18D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D18D2

Black with #7D18D2

Text Example


Text Example

White with #7D18D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,24,210); }

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

background-color css

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

 a { background-color: rgb(125,24,210); }

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

border-color css

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

 span { border-color: rgb(125,24,210); }

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