Html Css Color HEX #703FBC Purple Heart

📋 copy color: '#703FBC'

red 112 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #703FBC

Tints of Purple Heart #703FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 30.85%
G = 17.36%
B = 51.79%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#703FBC (or 0x703FBC) is known color: Purple Heart. HEX triplet: 70, 3F and BC. RGB value is (112,63,188). Sum of RGB (Red+Green+Blue) = 112+63+188=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #703FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FBC is #8FC043. Grayscale: #5B5B5B. Windows color (decimal): -9420868 or 12337008. OLE color: 12337008.

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

Color convert

RGB 112 63 188 -
CMYK 0.40 0.66 0 0.26
HSL 263.52º 0.5% 0.49% -
HSV(B) 263.52º 0.66% 0.74% -
XYZ 17.54 10.63 48.7 -
YUV 91.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 112 63 188 0.40 0.66 0 0.26 263.52 0.5 0.49
Hex 70 3F BC 28 42 0 1A 108 32 31
Octal 160 77 274 50 102 0 32 410 62 61
Binary 1110000 111111 10111100 101000 1000010 0 11010 100001000 110010 110001

Color Harmonies of #703FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FBC

Black with #703FBC

Text Example


Text Example

White with #703FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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