Html Css Color HEX #703BBF Purple Heart

📋 copy color: '#703BBF'

red 112 ◦ green 59 ◦ blue 191

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

Shades of Purple Heart #703BBF

Tints of Purple Heart #703BBF

RGB

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

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

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

R = 30.94%
G = 16.3%
B = 52.76%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#703BBF (or 0x703BBF) is known color: Purple Heart. HEX triplet: 70, 3B and BF. RGB value is (112,59,191). Sum of RGB (Red+Green+Blue) = 112+59+191=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #703BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BBF is #8FC440. Grayscale: #595959. Windows color (decimal): -9421889 or 12532592. OLE color: 12532592.

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

Color convert

RGB 112 59 191 -
CMYK 0.41 0.69 0 0.25
HSL 264.09º 0.53% 0.49% -
HSV(B) 264.09º 0.69% 0.75% -
XYZ 17.65 10.33 50.35 -
YUV 89.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 112 59 191 0.41 0.69 0 0.25 264.09 0.53 0.49
Hex 70 3B BF 29 45 0 19 108 35 31
Octal 160 73 277 51 105 0 31 410 65 61
Binary 1110000 111011 10111111 101001 1000101 0 11001 100001000 110101 110001

Color Harmonies of #703BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BBF

Black with #703BBF

Text Example


Text Example

White with #703BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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