Html Css Color HEX #4701BF Purple Heart

📋 copy color: '#4701BF'

red 71 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #4701BF

Tints of Purple Heart #4701BF

RGB

 RED value IS 71 (28.13% from 255) = 27%

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 191 (75% from 255) = 72.62%

R = 27%
G = 0.38%
B = 72.62%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4701BF (or 0x4701BF) is known color: Purple Heart. HEX triplet: 47, 01 and BF. RGB value is (71,1,191). Sum of RGB (Red+Green+Blue) = 71+1+191=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #4701BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4701BF is #B8FE40. Grayscale: #2A2A2A. Windows color (decimal): -12123713 or 12517703. OLE color: 12517703.

HSL color Cylindrical-coordinate representation of color #4701BF: hue angle of 262.11º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4701BF is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 1 191 -
CMYK 0.63 0.99 0 0.25
HSL 262.11º 0.99% 0.38% -
HSV(B) 262.11º 0.99% 0.75% -
XYZ 12.01 5.12 49.65 -
YUV 43.59 211.19 147.55 -
System Red Green Blue C M Y K H S L
Decimal 71 1 191 0.63 0.99 0 0.25 262.11 0.99 0.38
Hex 47 1 BF 3F 63 0 19 106 63 26
Octal 107 1 277 77 143 0 31 406 143 46
Binary 1000111 1 10111111 111111 1100011 0 11001 100000110 1100011 100110

Color Harmonies of #4701BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4701BF

Black with #4701BF

Text Example


Text Example

White with #4701BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4701BF; }

 p { color: rgb(71,1,191); }

 H1.HeaderClassName
 {
   color: #4701BF;
 }
 .AnyTagClassName
 {
   color: #4701BF;
 }
</style>

background-color css

<style>
 a { background-color: #4701BF; }

 a { background-color: rgb(71,1,191); }

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

border-color css

<style>
 span { border-color: #4701BF; }

 span { border-color: rgb(71,1,191); }

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