Html Css Color HEX #703DC1 Purple Heart

📋 copy color: '#703DC1'

red 112 ◦ green 61 ◦ blue 193

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

Shades of Purple Heart #703DC1

Tints of Purple Heart #703DC1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

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

R = 30.6%
G = 16.67%
B = 52.73%

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

#703DC1 (or 0x703DC1) is known color: Purple Heart. HEX triplet: 70, 3D and C1. RGB value is (112,61,193). Sum of RGB (Red+Green+Blue) = 112+61+193=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #703DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DC1 is #8FC23E. Grayscale: #5A5A5A. Windows color (decimal): -9421375 or 12664176. OLE color: 12664176.

HSL color Cylindrical-coordinate representation of color #703DC1: hue angle of 263.18º degrees, saturation: 0.52, 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 #703DC1 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 61 193 -
CMYK 0.42 0.68 0 0.24
HSL 263.18º 0.52% 0.5% -
HSV(B) 263.18º 0.68% 0.76% -
XYZ 17.98 10.63 51.56 -
YUV 91.3 185.4 142.77 -
System Red Green Blue C M Y K H S L
Decimal 112 61 193 0.42 0.68 0 0.24 263.18 0.52 0.5
Hex 70 3D C1 2A 44 0 18 107 34 32
Octal 160 75 301 52 104 0 30 407 64 62
Binary 1110000 111101 11000001 101010 1000100 0 11000 100000111 110100 110010

Color Harmonies of #703DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DC1

Black with #703DC1

Text Example


Text Example

White with #703DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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