Html Css Color HEX #701CB3 Purple Heart

📋 copy color: '#701CB3'

red 112 ◦ green 28 ◦ blue 179

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

Shades of Purple Heart #701CB3

Tints of Purple Heart #701CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.78%

 BLUE value IS 179 (70.31% from 255) = 56.11%

R = 35.11%
G = 8.78%
B = 56.11%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#701CB3 (or 0x701CB3) is known color: Purple Heart. HEX triplet: 70, 1C and B3. RGB value is (112,28,179). Sum of RGB (Red+Green+Blue) = 112+28+179=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #701CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CB3 is #8FE34C. Grayscale: #454545. Windows color (decimal): -9429837 or 11738224. OLE color: 11738224.

HSL color Cylindrical-coordinate representation of color #701CB3: hue angle of 273.38º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701CB3 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 28 179 -
CMYK 0.37 0.84 0 0.30
HSL 273.38º 0.73% 0.41% -
HSV(B) 273.38º 0.84% 0.7% -
XYZ 15.23 7.53 43.3 -
YUV 70.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 112 28 179 0.37 0.84 0 0.30 273.38 0.73 0.41
Hex 70 1C B3 25 54 0 1E 111 49 29
Octal 160 34 263 45 124 0 36 421 111 51
Binary 1110000 11100 10110011 100101 1010100 0 11110 100010001 1001001 101001

Color Harmonies of #701CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CB3

Black with #701CB3

Text Example


Text Example

White with #701CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701CB3; }

 p { color: rgb(112,28,179); }

 H1.HeaderClassName
 {
   color: #701CB3;
 }
 .AnyTagClassName
 {
   color: #701CB3;
 }
</style>

background-color css

<style>
 a { background-color: #701CB3; }

 a { background-color: rgb(112,28,179); }

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

border-color css

<style>
 span { border-color: #701CB3; }

 span { border-color: rgb(112,28,179); }

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