Html Css Color HEX #7D02B9 Dark Violet

📋 copy color: '#7D02B9'

red 125 ◦ green 2 ◦ blue 185

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

Shades of Dark Violet #7D02B9

Tints of Dark Violet #7D02B9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 185 (72.66% from 255) = 59.29%

R = 40.06%
G = 0.64%
B = 59.29%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D02B9 (or 0x7D02B9) is known color: Dark Violet. HEX triplet: 7D, 02 and B9. RGB value is (125,2,185). Sum of RGB (Red+Green+Blue) = 125+2+185=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D02B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D02B9 is #82FD46. Grayscale: #3B3B3B. Windows color (decimal): -8584519 or 12124797. OLE color: 12124797.

HSL color Cylindrical-coordinate representation of color #7D02B9: hue angle of 280.33º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D02B9 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 2 185 -
CMYK 0.32 0.99 0 0.27
HSL 280.33º 0.98% 0.37% -
HSV(B) 280.33º 0.99% 0.73% -
XYZ 17.24 7.91 46.52 -
YUV 59.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 125 2 185 0.32 0.99 0 0.27 280.33 0.98 0.37
Hex 7D 2 B9 20 63 0 1B 118 62 25
Octal 175 2 271 40 143 0 33 430 142 45
Binary 1111101 10 10111001 100000 1100011 0 11011 100011000 1100010 100101

Color Harmonies of #7D02B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D02B9

Black with #7D02B9

Text Example


Text Example

White with #7D02B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,2,185); }

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

background-color css

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

 a { background-color: rgb(125,2,185); }

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

border-color css

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

 span { border-color: rgb(125,2,185); }

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