Html Css Color HEX #703FBD Purple Heart

📋 copy color: '#703FBD'

red 112 ◦ green 63 ◦ blue 189

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

Shades of Purple Heart #703FBD

Tints of Purple Heart #703FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.92%

R = 30.77%
G = 17.31%
B = 51.92%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#703FBD (or 0x703FBD) is known color: Purple Heart. HEX triplet: 70, 3F and BD. RGB value is (112,63,189). Sum of RGB (Red+Green+Blue) = 112+63+189=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #703FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FBD is #8FC042. Grayscale: #5B5B5B. Windows color (decimal): -9420867 or 12402544. OLE color: 12402544.

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

Color convert

RGB 112 63 189 -
CMYK 0.41 0.67 0 0.26
HSL 263.33º 0.5% 0.49% -
HSV(B) 263.33º 0.67% 0.74% -
XYZ 17.64 10.67 49.27 -
YUV 92.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 112 63 189 0.41 0.67 0 0.26 263.33 0.5 0.49
Hex 70 3F BD 29 43 0 1A 107 32 31
Octal 160 77 275 51 103 0 32 407 62 61
Binary 1110000 111111 10111101 101001 1000011 0 11010 100000111 110010 110001

Color Harmonies of #703FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FBD

Black with #703FBD

Text Example


Text Example

White with #703FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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