Html Css Color HEX #703BC0 Purple Heart

📋 copy color: '#703BC0'

red 112 ◦ green 59 ◦ blue 192

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

Shades of Purple Heart #703BC0

Tints of Purple Heart #703BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 30.85%
G = 16.25%
B = 52.89%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#703BC0 (or 0x703BC0) is known color: Purple Heart. HEX triplet: 70, 3B and C0. RGB value is (112,59,192). Sum of RGB (Red+Green+Blue) = 112+59+192=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #703BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BC0 is #8FC43F. Grayscale: #595959. Windows color (decimal): -9421888 or 12598128. OLE color: 12598128.

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

Color convert

RGB 112 59 192 -
CMYK 0.42 0.69 0 0.25
HSL 263.91º 0.53% 0.49% -
HSV(B) 263.91º 0.69% 0.75% -
XYZ 17.76 10.38 50.94 -
YUV 90.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 112 59 192 0.42 0.69 0 0.25 263.91 0.53 0.49
Hex 70 3B C0 2A 45 0 19 108 35 31
Octal 160 73 300 52 105 0 31 410 65 61
Binary 1110000 111011 11000000 101010 1000101 0 11001 100001000 110101 110001

Color Harmonies of #703BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BC0

Black with #703BC0

Text Example


Text Example

White with #703BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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