Html Css Color HEX #701BD5 Purple Heart

📋 copy color: '#701BD5'

red 112 ◦ green 27 ◦ blue 213

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

Shades of Purple Heart #701BD5

Tints of Purple Heart #701BD5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

 BLUE value IS 213 (83.59% from 255) = 60.51%

R = 31.82%
G = 7.67%
B = 60.51%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#701BD5 (or 0x701BD5) is known color: Purple Heart. HEX triplet: 70, 1B and D5. RGB value is (112,27,213). Sum of RGB (Red+Green+Blue) = 112+27+213=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 213 (83.59% from 255 or 60.51% from 352); Max value from RGB is 213 - color contains mainly: blue. Hex color #701BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BD5 is #8FE42A. Grayscale: #484848. Windows color (decimal): -9430059 or 13966192. OLE color: 13966192.

HSL color Cylindrical-coordinate representation of color #701BD5: hue angle of 267.42º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701BD5 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 27 213 -
CMYK 0.47 0.87 0 0.16
HSL 267.42º 0.78% 0.47% -
HSV(B) 267.42º 0.87% 0.84% -
XYZ 19.08 9.03 63.69 -
YUV 73.62 206.66 155.38 -
System Red Green Blue C M Y K H S L
Decimal 112 27 213 0.47 0.87 0 0.16 267.42 0.78 0.47
Hex 70 1B D5 2F 57 0 10 10B 4E 2F
Octal 160 33 325 57 127 0 20 413 116 57
Binary 1110000 11011 11010101 101111 1010111 0 10000 100001011 1001110 101111

Color Harmonies of #701BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BD5

Black with #701BD5

Text Example


Text Example

White with #701BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,27,213); }

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

background-color css

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

 a { background-color: rgb(112,27,213); }

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

border-color css

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

 span { border-color: rgb(112,27,213); }

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