Html Css Color HEX #703ABC Purple Heart

📋 copy color: '#703ABC'

red 112 ◦ green 58 ◦ blue 188

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

Shades of Purple Heart #703ABC

Tints of Purple Heart #703ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 31.28%
G = 16.2%
B = 52.51%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#703ABC (or 0x703ABC) is known color: Purple Heart. HEX triplet: 70, 3A and BC. RGB value is (112,58,188). Sum of RGB (Red+Green+Blue) = 112+58+188=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #703ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ABC is #8FC543. Grayscale: #585858. Windows color (decimal): -9422148 or 12335728. OLE color: 12335728.

HSL color Cylindrical-coordinate representation of color #703ABC: hue angle of 264.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703ABC is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 58 188 -
CMYK 0.40 0.69 0 0.26
HSL 264.92º 0.53% 0.48% -
HSV(B) 264.92º 0.69% 0.74% -
XYZ 17.27 10.1 48.62 -
YUV 88.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 112 58 188 0.40 0.69 0 0.26 264.92 0.53 0.48
Hex 70 3A BC 28 45 0 1A 109 35 30
Octal 160 72 274 50 105 0 32 411 65 60
Binary 1110000 111010 10111100 101000 1000101 0 11010 100001001 110101 110000

Color Harmonies of #703ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703ABC

Black with #703ABC

Text Example


Text Example

White with #703ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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