Html Css Color HEX #703EC1 Purple Heart

📋 copy color: '#703EC1'

red 112 ◦ green 62 ◦ blue 193

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

Shades of Purple Heart #703EC1

Tints of Purple Heart #703EC1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.89%

 BLUE value IS 193 (75.78% from 255) = 52.59%

R = 30.52%
G = 16.89%
B = 52.59%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#703EC1 (or 0x703EC1) is known color: Purple Heart. HEX triplet: 70, 3E and C1. RGB value is (112,62,193). Sum of RGB (Red+Green+Blue) = 112+62+193=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #703EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703EC1 is #8FC13E. Grayscale: #5B5B5B. Windows color (decimal): -9421119 or 12664432. OLE color: 12664432.

HSL color Cylindrical-coordinate representation of color #703EC1: hue angle of 262.9º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703EC1 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 62 193 -
CMYK 0.42 0.68 0 0.24
HSL 262.9º 0.51% 0.5% -
HSV(B) 262.9º 0.68% 0.76% -
XYZ 18.03 10.74 51.57 -
YUV 91.88 185.07 142.35 -
System Red Green Blue C M Y K H S L
Decimal 112 62 193 0.42 0.68 0 0.24 262.9 0.51 0.5
Hex 70 3E C1 2A 44 0 18 107 33 32
Octal 160 76 301 52 104 0 30 407 63 62
Binary 1110000 111110 11000001 101010 1000100 0 11000 100000111 110011 110010

Color Harmonies of #703EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703EC1

Black with #703EC1

Text Example


Text Example

White with #703EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,62,193); }

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

background-color css

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

 a { background-color: rgb(112,62,193); }

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

border-color css

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

 span { border-color: rgb(112,62,193); }

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