Html Css Color HEX #7200DD Electric Indigo

📋 copy color: '#7200DD'

red 114 ◦ green 0 ◦ blue 221

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

Shades of Electric Indigo #7200DD

Tints of Electric Indigo #7200DD

RGB

 RED value IS 114 (44.92% from 255) = 34.03%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.03%
G = 0%
B = 65.97%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7200DD (or 0x7200DD) is known color: Electric Indigo. HEX triplet: 72, 00 and DD. RGB value is (114,0,221). Sum of RGB (Red+Green+Blue) = 114+0+221=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #7200DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7200DD is #8DFF22. Grayscale: #3A3A3A. Windows color (decimal): -9305891 or 14483570. OLE color: 14483570.

HSL color Cylindrical-coordinate representation of color #7200DD: hue angle of 270.95º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200DD is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 0 221 -
CMYK 0.48 1 0 0.13
HSL 270.95º 1% 0.43% -
HSV(B) 270.95º 1% 0.87% -
XYZ 19.99 8.8 69.05 -
YUV 59.28 219.27 167.03 -
System Red Green Blue C M Y K H S L
Decimal 114 0 221 0.48 1 0 0.13 270.95 1 0.43
Hex 72 0 DD 30 64 0 D 10F 64 2B
Octal 162 0 335 60 144 0 15 417 144 53
Binary 1110010 0 11011101 110000 1100100 0 1101 100001111 1100100 101011

Color Harmonies of #7200DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7200DD

Black with #7200DD

Text Example


Text Example

White with #7200DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7200DD; }

 p { color: rgb(114,0,221); }

 H1.HeaderClassName
 {
   color: #7200DD;
 }
 .AnyTagClassName
 {
   color: #7200DD;
 }
</style>

background-color css

<style>
 a { background-color: #7200DD; }

 a { background-color: rgb(114,0,221); }

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

border-color css

<style>
 span { border-color: #7200DD; }

 span { border-color: rgb(114,0,221); }

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