Html Css Color HEX #703DBF Purple Heart

📋 copy color: '#703DBF'

red 112 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #703DBF

Tints of Purple Heart #703DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.47%

R = 30.77%
G = 16.76%
B = 52.47%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#703DBF (or 0x703DBF) is known color: Purple Heart. HEX triplet: 70, 3D and BF. RGB value is (112,61,191). Sum of RGB (Red+Green+Blue) = 112+61+191=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #703DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DBF is #8FC240. Grayscale: #5A5A5A. Windows color (decimal): -9421377 or 12533104. OLE color: 12533104.

HSL color Cylindrical-coordinate representation of color #703DBF: hue angle of 263.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703DBF is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 61 191 -
CMYK 0.41 0.68 0 0.25
HSL 263.54º 0.52% 0.49% -
HSV(B) 263.54º 0.68% 0.75% -
XYZ 17.75 10.54 50.39 -
YUV 91.07 184.4 142.93 -
System Red Green Blue C M Y K H S L
Decimal 112 61 191 0.41 0.68 0 0.25 263.54 0.52 0.49
Hex 70 3D BF 29 44 0 19 108 34 31
Octal 160 75 277 51 104 0 31 410 64 61
Binary 1110000 111101 10111111 101001 1000100 0 11001 100001000 110100 110001

Color Harmonies of #703DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DBF

Black with #703DBF

Text Example


Text Example

White with #703DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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