Html Css Color HEX #5704BB Purple Heart

📋 copy color: '#5704BB'

red 87 ◦ green 4 ◦ blue 187

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

Shades of Purple Heart #5704BB

Tints of Purple Heart #5704BB

RGB

 RED value IS 87 (34.38% from 255) = 31.29%

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

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

R = 31.29%
G = 1.44%
B = 67.27%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5704BB (or 0x5704BB) is known color: Purple Heart. HEX triplet: 57, 04 and BB. RGB value is (87,4,187). Sum of RGB (Red+Green+Blue) = 87+4+187=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #5704BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5704BB is #A8FB44. Grayscale: #313131. Windows color (decimal): -11074373 or 12256343. OLE color: 12256343.

HSL color Cylindrical-coordinate representation of color #5704BB: hue angle of 267.21º 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 #5704BB is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 4 187 -
CMYK 0.53 0.98 0 0.27
HSL 267.21º 0.96% 0.37% -
HSV(B) 267.21º 0.98% 0.73% -
XYZ 12.94 5.7 47.43 -
YUV 49.68 205.5 154.62 -
System Red Green Blue C M Y K H S L
Decimal 87 4 187 0.53 0.98 0 0.27 267.21 0.96 0.37
Hex 57 4 BB 35 62 0 1B 10B 60 25
Octal 127 4 273 65 142 0 33 413 140 45
Binary 1010111 100 10111011 110101 1100010 0 11011 100001011 1100000 100101

Color Harmonies of #5704BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5704BB

Black with #5704BB

Text Example


Text Example

White with #5704BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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