Html Css Color HEX #703FBA Purple Heart

📋 copy color: '#703FBA'

red 112 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #703FBA

Tints of Purple Heart #703FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 31.02%
G = 17.45%
B = 51.52%

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

#703FBA (or 0x703FBA) is known color: Purple Heart. HEX triplet: 70, 3F and BA. RGB value is (112,63,186). Sum of RGB (Red+Green+Blue) = 112+63+186=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #703FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FBA is #8FC045. Grayscale: #5B5B5B. Windows color (decimal): -9420870 or 12205936. OLE color: 12205936.

HSL color Cylindrical-coordinate representation of color #703FBA: hue angle of 263.9º degrees, saturation: 0.49, 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 #703FBA is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 63 186 -
CMYK 0.40 0.66 0 0.27
HSL 263.9º 0.49% 0.49% -
HSV(B) 263.9º 0.66% 0.73% -
XYZ 17.32 10.54 47.58 -
YUV 91.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 112 63 186 0.40 0.66 0 0.27 263.9 0.49 0.49
Hex 70 3F BA 28 42 0 1B 108 31 31
Octal 160 77 272 50 102 0 33 410 61 61
Binary 1110000 111111 10111010 101000 1000010 0 11011 100001000 110001 110001

Color Harmonies of #703FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FBA

Black with #703FBA

Text Example


Text Example

White with #703FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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