Html Css Color HEX #7D02DD Dark Violet

📋 copy color: '#7D02DD'

red 125 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #7D02DD

Tints of Dark Violet #7D02DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 35.92%
G = 0.57%
B = 63.51%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D02DD (or 0x7D02DD) is known color: Dark Violet. HEX triplet: 7D, 02 and DD. RGB value is (125,2,221). Sum of RGB (Red+Green+Blue) = 125+2+221=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D02DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D02DD is #82FD22. Grayscale: #3E3E3E. Windows color (decimal): -8584483 or 14484093. OLE color: 14484093.

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

Color convert

RGB 125 2 221 -
CMYK 0.43 0.99 0 0.13
HSL 273.7º 0.98% 0.44% -
HSV(B) 273.7º 0.99% 0.87% -
XYZ 21.53 9.62 69.13 -
YUV 63.74 216.75 171.69 -
System Red Green Blue C M Y K H S L
Decimal 125 2 221 0.43 0.99 0 0.13 273.7 0.98 0.44
Hex 7D 2 DD 2B 63 0 D 112 62 2C
Octal 175 2 335 53 143 0 15 422 142 54
Binary 1111101 10 11011101 101011 1100011 0 1101 100010010 1100010 101100

Color Harmonies of #7D02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D02DD

Black with #7D02DD

Text Example


Text Example

White with #7D02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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