Html Css Color HEX #703BD1 Purple Heart

📋 copy color: '#703BD1'

red 112 ◦ green 59 ◦ blue 209

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

Shades of Purple Heart #703BD1

Tints of Purple Heart #703BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 55%

R = 29.47%
G = 15.53%
B = 55%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#703BD1 (or 0x703BD1) is known color: Purple Heart. HEX triplet: 70, 3B and D1. RGB value is (112,59,209). Sum of RGB (Red+Green+Blue) = 112+59+209=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 209 (82.03% from 255 or 55% from 380); Max value from RGB is 209 - color contains mainly: blue. Hex color #703BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BD1 is #8FC42E. Grayscale: #5B5B5B. Windows color (decimal): -9421871 or 13712240. OLE color: 13712240.

HSL color Cylindrical-coordinate representation of color #703BD1: hue angle of 261.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703BD1 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 59 209 -
CMYK 0.46 0.72 0 0.18
HSL 261.2º 0.62% 0.53% -
HSV(B) 261.2º 0.72% 0.82% -
XYZ 19.75 11.18 61.44 -
YUV 91.95 194.06 142.3 -
System Red Green Blue C M Y K H S L
Decimal 112 59 209 0.46 0.72 0 0.18 261.2 0.62 0.53
Hex 70 3B D1 2E 48 0 12 105 3E 35
Octal 160 73 321 56 110 0 22 405 76 65
Binary 1110000 111011 11010001 101110 1001000 0 10010 100000101 111110 110101

Color Harmonies of #703BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BD1

Black with #703BD1

Text Example


Text Example

White with #703BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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