Html Css Color HEX #7D02BA Dark Violet

📋 copy color: '#7D02BA'

red 125 ◦ green 2 ◦ blue 186

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

Shades of Dark Violet #7D02BA

Tints of Dark Violet #7D02BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 39.94%
G = 0.64%
B = 59.42%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D02BA (or 0x7D02BA) is known color: Dark Violet. HEX triplet: 7D, 02 and BA. RGB value is (125,2,186). Sum of RGB (Red+Green+Blue) = 125+2+186=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D02BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D02BA is #82FD45. Grayscale: #3B3B3B. Windows color (decimal): -8584518 or 12190333. OLE color: 12190333.

HSL color Cylindrical-coordinate representation of color #7D02BA: hue angle of 280.11º 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 #7D02BA is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 2 186 -
CMYK 0.33 0.99 0 0.27
HSL 280.11º 0.98% 0.37% -
HSV(B) 280.11º 0.99% 0.73% -
XYZ 17.34 7.95 47.07 -
YUV 59.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 125 2 186 0.33 0.99 0 0.27 280.11 0.98 0.37
Hex 7D 2 BA 21 63 0 1B 118 62 25
Octal 175 2 272 41 143 0 33 430 142 45
Binary 1111101 10 10111010 100001 1100011 0 11011 100011000 1100010 100101

Color Harmonies of #7D02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D02BA

Black with #7D02BA

Text Example


Text Example

White with #7D02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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