Html Css Color HEX #703ABA Purple Heart

📋 copy color: '#703ABA'

red 112 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #703ABA

Tints of Purple Heart #703ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 31.46%
G = 16.29%
B = 52.25%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#703ABA (or 0x703ABA) is known color: Purple Heart. HEX triplet: 70, 3A and BA. RGB value is (112,58,186). Sum of RGB (Red+Green+Blue) = 112+58+186=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #703ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ABA is #8FC545. Grayscale: #585858. Windows color (decimal): -9422150 or 12204656. OLE color: 12204656.

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

Color convert

RGB 112 58 186 -
CMYK 0.40 0.69 0 0.27
HSL 265.31º 0.52% 0.48% -
HSV(B) 265.31º 0.69% 0.73% -
XYZ 17.06 10.02 47.49 -
YUV 88.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 112 58 186 0.40 0.69 0 0.27 265.31 0.52 0.48
Hex 70 3A BA 28 45 0 1B 109 34 30
Octal 160 72 272 50 105 0 33 411 64 60
Binary 1110000 111010 10111010 101000 1000101 0 11011 100001001 110100 110000

Color Harmonies of #703ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703ABA

Black with #703ABA

Text Example


Text Example

White with #703ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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