Html Css Color HEX #703FBB Purple Heart

📋 copy color: '#703FBB'

red 112 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #703FBB

Tints of Purple Heart #703FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.4%

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 30.94%
G = 17.4%
B = 51.66%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#703FBB (or 0x703FBB) is known color: Purple Heart. HEX triplet: 70, 3F and BB. RGB value is (112,63,187). Sum of RGB (Red+Green+Blue) = 112+63+187=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #703FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FBB is #8FC044. Grayscale: #5B5B5B. Windows color (decimal): -9420869 or 12271472. OLE color: 12271472.

HSL color Cylindrical-coordinate representation of color #703FBB: hue angle of 263.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703FBB is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 63 187 -
CMYK 0.40 0.66 0 0.27
HSL 263.71º 0.5% 0.49% -
HSV(B) 263.71º 0.66% 0.73% -
XYZ 17.43 10.59 48.14 -
YUV 91.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 112 63 187 0.40 0.66 0 0.27 263.71 0.5 0.49
Hex 70 3F BB 28 42 0 1B 108 32 31
Octal 160 77 273 50 102 0 33 410 62 61
Binary 1110000 111111 10111011 101000 1000010 0 11011 100001000 110010 110001

Color Harmonies of #703FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FBB

Black with #703FBB

Text Example


Text Example

White with #703FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,63,187); }

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

background-color css

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

 a { background-color: rgb(112,63,187); }

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

border-color css

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

 span { border-color: rgb(112,63,187); }

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