Html Css Color HEX #703BBE Purple Heart

📋 copy color: '#703BBE'

red 112 ◦ green 59 ◦ blue 190

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

Shades of Purple Heart #703BBE

Tints of Purple Heart #703BBE

RGB

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

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

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

R = 31.02%
G = 16.34%
B = 52.63%

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

#703BBE (or 0x703BBE) is known color: Purple Heart. HEX triplet: 70, 3B and BE. RGB value is (112,59,190). Sum of RGB (Red+Green+Blue) = 112+59+190=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #703BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BBE is #8FC441. Grayscale: #595959. Windows color (decimal): -9421890 or 12467056. OLE color: 12467056.

HSL color Cylindrical-coordinate representation of color #703BBE: hue angle of 264.27º 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 #703BBE is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 59 190 -
CMYK 0.41 0.69 0 0.25
HSL 264.27º 0.53% 0.49% -
HSV(B) 264.27º 0.69% 0.75% -
XYZ 17.54 10.29 49.78 -
YUV 89.78 184.56 143.85 -
System Red Green Blue C M Y K H S L
Decimal 112 59 190 0.41 0.69 0 0.25 264.27 0.53 0.49
Hex 70 3B BE 29 45 0 19 108 35 31
Octal 160 73 276 51 105 0 31 410 65 61
Binary 1110000 111011 10111110 101001 1000101 0 11001 100001000 110101 110001

Color Harmonies of #703BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BBE

Black with #703BBE

Text Example


Text Example

White with #703BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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