Html Css Color HEX #703ADA Purple Heart

📋 copy color: '#703ADA'

red 112 ◦ green 58 ◦ blue 218

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

Shades of Purple Heart #703ADA

Tints of Purple Heart #703ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.19%

R = 28.87%
G = 14.95%
B = 56.19%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#703ADA (or 0x703ADA) is known color: Purple Heart. HEX triplet: 70, 3A and DA. RGB value is (112,58,218). Sum of RGB (Red+Green+Blue) = 112+58+218=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #703ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ADA is #8FC525. Grayscale: #5B5B5B. Windows color (decimal): -9422118 or 14301808. OLE color: 14301808.

HSL color Cylindrical-coordinate representation of color #703ADA: hue angle of 260.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #703ADA is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 58 218 -
CMYK 0.49 0.73 0 0.15
HSL 260.25º 0.68% 0.54% -
HSV(B) 260.25º 0.73% 0.85% -
XYZ 20.85 11.53 67.46 -
YUV 92.39 198.89 141.99 -
System Red Green Blue C M Y K H S L
Decimal 112 58 218 0.49 0.73 0 0.15 260.25 0.68 0.54
Hex 70 3A DA 31 49 0 F 104 44 36
Octal 160 72 332 61 111 0 17 404 104 66
Binary 1110000 111010 11011010 110001 1001001 0 1111 100000100 1000100 110110

Color Harmonies of #703ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703ADA

Black with #703ADA

Text Example


Text Example

White with #703ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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