Html Css Color HEX #703ABE Purple Heart

📋 copy color: '#703ABE'

red 112 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #703ABE

Tints of Purple Heart #703ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 31.11%
G = 16.11%
B = 52.78%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#703ABE (or 0x703ABE) is known color: Purple Heart. HEX triplet: 70, 3A and BE. RGB value is (112,58,190). Sum of RGB (Red+Green+Blue) = 112+58+190=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #703ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ABE is #8FC541. Grayscale: #585858. Windows color (decimal): -9422146 or 12466800. OLE color: 12466800.

HSL color Cylindrical-coordinate representation of color #703ABE: hue angle of 264.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703ABE is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 58 190 -
CMYK 0.41 0.69 0 0.25
HSL 264.55º 0.53% 0.49% -
HSV(B) 264.55º 0.69% 0.75% -
XYZ 17.49 10.19 49.76 -
YUV 89.19 184.89 144.27 -
System Red Green Blue C M Y K H S L
Decimal 112 58 190 0.41 0.69 0 0.25 264.55 0.53 0.49
Hex 70 3A BE 29 45 0 19 109 35 31
Octal 160 72 276 51 105 0 31 411 65 61
Binary 1110000 111010 10111110 101001 1000101 0 11001 100001001 110101 110001

Color Harmonies of #703ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703ABE

Black with #703ABE

Text Example


Text Example

White with #703ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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