Html Css Color HEX #4704BB Purple Heart

📋 copy color: '#4704BB'

red 71 ◦ green 4 ◦ blue 187

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

Shades of Purple Heart #4704BB

Tints of Purple Heart #4704BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 27.1%
G = 1.53%
B = 71.37%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4704BB (or 0x4704BB) is known color: Purple Heart. HEX triplet: 47, 04 and BB. RGB value is (71,4,187). Sum of RGB (Red+Green+Blue) = 71+4+187=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #4704BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4704BB is #B8FB44. Grayscale: #2C2C2C. Windows color (decimal): -12122949 or 12256327. OLE color: 12256327.

HSL color Cylindrical-coordinate representation of color #4704BB: hue angle of 261.97º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4704BB is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 4 187 -
CMYK 0.62 0.98 0 0.27
HSL 261.97º 0.96% 0.37% -
HSV(B) 261.97º 0.98% 0.73% -
XYZ 11.61 5.01 47.37 -
YUV 44.9 208.2 146.62 -
System Red Green Blue C M Y K H S L
Decimal 71 4 187 0.62 0.98 0 0.27 261.97 0.96 0.37
Hex 47 4 BB 3E 62 0 1B 106 60 25
Octal 107 4 273 76 142 0 33 406 140 45
Binary 1000111 100 10111011 111110 1100010 0 11011 100000110 1100000 100101

Color Harmonies of #4704BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4704BB

Black with #4704BB

Text Example


Text Example

White with #4704BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4704BB; }

 p { color: rgb(71,4,187); }

 H1.HeaderClassName
 {
   color: #4704BB;
 }
 .AnyTagClassName
 {
   color: #4704BB;
 }
</style>

background-color css

<style>
 a { background-color: #4704BB; }

 a { background-color: rgb(71,4,187); }

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

border-color css

<style>
 span { border-color: #4704BB; }

 span { border-color: rgb(71,4,187); }

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