Html Css Color HEX #701CBB Purple Heart

📋 copy color: '#701CBB'

red 112 ◦ green 28 ◦ blue 187

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

Shades of Purple Heart #701CBB

Tints of Purple Heart #701CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.19%

R = 34.25%
G = 8.56%
B = 57.19%

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

#701CBB (or 0x701CBB) is known color: Purple Heart. HEX triplet: 70, 1C and BB. RGB value is (112,28,187). Sum of RGB (Red+Green+Blue) = 112+28+187=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #701CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CBB is #8FE344. Grayscale: #464646. Windows color (decimal): -9429829 or 12262512. OLE color: 12262512.

HSL color Cylindrical-coordinate representation of color #701CBB: hue angle of 271.7º 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 #701CBB is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 28 187 -
CMYK 0.40 0.85 0 0.27
HSL 271.7º 0.74% 0.42% -
HSV(B) 271.7º 0.85% 0.73% -
XYZ 16.07 7.86 47.68 -
YUV 71.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 112 28 187 0.40 0.85 0 0.27 271.7 0.74 0.42
Hex 70 1C BB 28 55 0 1B 110 4A 2A
Octal 160 34 273 50 125 0 33 420 112 52
Binary 1110000 11100 10111011 101000 1010101 0 11011 100010000 1001010 101010

Color Harmonies of #701CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CBB

Black with #701CBB

Text Example


Text Example

White with #701CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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