Html Css Color HEX #701CBA Purple Heart

📋 copy color: '#701CBA'

red 112 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #701CBA

Tints of Purple Heart #701CBA

RGB

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

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

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

R = 34.36%
G = 8.59%
B = 57.06%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#701CBA (or 0x701CBA) is known color: Purple Heart. HEX triplet: 70, 1C and BA. RGB value is (112,28,186). Sum of RGB (Red+Green+Blue) = 112+28+186=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #701CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CBA is #8FE345. Grayscale: #464646. Windows color (decimal): -9429830 or 12196976. OLE color: 12196976.

HSL color Cylindrical-coordinate representation of color #701CBA: hue angle of 271.9º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701CBA is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 28 186 -
CMYK 0.40 0.85 0 0.27
HSL 271.9º 0.74% 0.42% -
HSV(B) 271.9º 0.85% 0.73% -
XYZ 15.96 7.82 47.12 -
YUV 71.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 112 28 186 0.40 0.85 0 0.27 271.9 0.74 0.42
Hex 70 1C BA 28 55 0 1B 110 4A 2A
Octal 160 34 272 50 125 0 33 420 112 52
Binary 1110000 11100 10111010 101000 1010101 0 11011 100010000 1001010 101010

Color Harmonies of #701CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CBA

Black with #701CBA

Text Example


Text Example

White with #701CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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