Html Css Color HEX #703ADD Purple Heart

📋 copy color: '#703ADD'

red 112 ◦ green 58 ◦ blue 221

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

Shades of Purple Heart #703ADD

Tints of Purple Heart #703ADD

RGB

 RED value IS 112 (44.14% from 255) = 28.64%

 GREEN value IS 58 (23.05% from 255) = 14.83%

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

R = 28.64%
G = 14.83%
B = 56.52%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#703ADD (or 0x703ADD) is known color: Purple Heart. HEX triplet: 70, 3A and DD. RGB value is (112,58,221). Sum of RGB (Red+Green+Blue) = 112+58+221=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #703ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ADD is #8FC522. Grayscale: #5C5C5C. Windows color (decimal): -9422115 or 14498416. OLE color: 14498416.

HSL color Cylindrical-coordinate representation of color #703ADD: hue angle of 259.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703ADD is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 58 221 -
CMYK 0.49 0.74 0 0.13
HSL 259.88º 0.71% 0.55% -
HSV(B) 259.88º 0.74% 0.87% -
XYZ 21.25 11.69 69.54 -
YUV 92.73 200.39 141.75 -
System Red Green Blue C M Y K H S L
Decimal 112 58 221 0.49 0.74 0 0.13 259.88 0.71 0.55
Hex 70 3A DD 31 4A 0 D 104 47 37
Octal 160 72 335 61 112 0 15 404 107 67
Binary 1110000 111010 11011101 110001 1001010 0 1101 100000100 1000111 110111

Color Harmonies of #703ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703ADD

Black with #703ADD

Text Example


Text Example

White with #703ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703ADD; }

 p { color: rgb(112,58,221); }

 H1.HeaderClassName
 {
   color: #703ADD;
 }
 .AnyTagClassName
 {
   color: #703ADD;
 }
</style>

background-color css

<style>
 a { background-color: #703ADD; }

 a { background-color: rgb(112,58,221); }

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

border-color css

<style>
 span { border-color: #703ADD; }

 span { border-color: rgb(112,58,221); }

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