Html Css Color HEX #703BBA Purple Heart

📋 copy color: '#703BBA'

red 112 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #703BBA

Tints of Purple Heart #703BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.53%

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

R = 31.37%
G = 16.53%
B = 52.1%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#703BBA (or 0x703BBA) is known color: Purple Heart. HEX triplet: 70, 3B and BA. RGB value is (112,59,186). Sum of RGB (Red+Green+Blue) = 112+59+186=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #703BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BBA is #8FC445. Grayscale: #585858. Windows color (decimal): -9421894 or 12204912. OLE color: 12204912.

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

Color convert

RGB 112 59 186 -
CMYK 0.40 0.68 0 0.27
HSL 265.04º 0.52% 0.48% -
HSV(B) 265.04º 0.68% 0.73% -
XYZ 17.11 10.12 47.51 -
YUV 89.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 112 59 186 0.40 0.68 0 0.27 265.04 0.52 0.48
Hex 70 3B BA 28 44 0 1B 109 34 30
Octal 160 73 272 50 104 0 33 411 64 60
Binary 1110000 111011 10111010 101000 1000100 0 11011 100001001 110100 110000

Color Harmonies of #703BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BBA

Black with #703BBA

Text Example


Text Example

White with #703BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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