Html Css Color HEX #703DB6 Purple Heart

📋 copy color: '#703DB6'

red 112 ◦ green 61 ◦ blue 182

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

Shades of Purple Heart #703DB6

Tints of Purple Heart #703DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.27%

R = 31.55%
G = 17.18%
B = 51.27%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#703DB6 (or 0x703DB6) is known color: Purple Heart. HEX triplet: 70, 3D and B6. RGB value is (112,61,182). Sum of RGB (Red+Green+Blue) = 112+61+182=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #703DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DB6 is #8FC249. Grayscale: #595959. Windows color (decimal): -9421386 or 11943280. OLE color: 11943280.

HSL color Cylindrical-coordinate representation of color #703DB6: hue angle of 265.29º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703DB6 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 61 182 -
CMYK 0.38 0.66 0 0.29
HSL 265.29º 0.5% 0.48% -
HSV(B) 265.29º 0.66% 0.71% -
XYZ 16.79 10.16 45.33 -
YUV 90.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 112 61 182 0.38 0.66 0 0.29 265.29 0.5 0.48
Hex 70 3D B6 26 42 0 1D 109 32 30
Octal 160 75 266 46 102 0 35 411 62 60
Binary 1110000 111101 10110110 100110 1000010 0 11101 100001001 110010 110000

Color Harmonies of #703DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DB6

Black with #703DB6

Text Example


Text Example

White with #703DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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