Html Css Color HEX #703BD2 Purple Heart

📋 copy color: '#703BD2'

red 112 ◦ green 59 ◦ blue 210

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

Shades of Purple Heart #703BD2

Tints of Purple Heart #703BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 55.12%

R = 29.4%
G = 15.49%
B = 55.12%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#703BD2 (or 0x703BD2) is known color: Purple Heart. HEX triplet: 70, 3B and D2. RGB value is (112,59,210). Sum of RGB (Red+Green+Blue) = 112+59+210=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 210 (82.42% from 255 or 55.12% from 381); Max value from RGB is 210 - color contains mainly: blue. Hex color #703BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BD2 is #8FC42D. Grayscale: #5B5B5B. Windows color (decimal): -9421870 or 13777776. OLE color: 13777776.

HSL color Cylindrical-coordinate representation of color #703BD2: hue angle of 261.06º degrees, saturation: 0.63, 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 #703BD2 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 59 210 -
CMYK 0.47 0.72 0 0.18
HSL 261.06º 0.63% 0.53% -
HSV(B) 261.06º 0.72% 0.82% -
XYZ 19.88 11.23 62.09 -
YUV 92.06 194.56 142.22 -
System Red Green Blue C M Y K H S L
Decimal 112 59 210 0.47 0.72 0 0.18 261.06 0.63 0.53
Hex 70 3B D2 2F 48 0 12 105 3F 35
Octal 160 73 322 57 110 0 22 405 77 65
Binary 1110000 111011 11010010 101111 1001000 0 10010 100000101 111111 110101

Color Harmonies of #703BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BD2

Black with #703BD2

Text Example


Text Example

White with #703BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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