Html Css Color HEX #5703BA Purple Heart

📋 copy color: '#5703BA'

red 87 ◦ green 3 ◦ blue 186

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

Shades of Purple Heart #5703BA

Tints of Purple Heart #5703BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 186 (73.05% from 255) = 67.39%

R = 31.52%
G = 1.09%
B = 67.39%

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

#5703BA (or 0x5703BA) is known color: Purple Heart. HEX triplet: 57, 03 and BA. RGB value is (87,3,186). Sum of RGB (Red+Green+Blue) = 87+3+186=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #5703BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5703BA is #A8FC45. Grayscale: #303030. Windows color (decimal): -11074630 or 12190551. OLE color: 12190551.

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

Color convert

RGB 87 3 186 -
CMYK 0.53 0.98 0 0.27
HSL 267.54º 0.97% 0.37% -
HSV(B) 267.54º 0.98% 0.73% -
XYZ 12.83 5.64 46.87 -
YUV 48.98 205.33 155.12 -
System Red Green Blue C M Y K H S L
Decimal 87 3 186 0.53 0.98 0 0.27 267.54 0.97 0.37
Hex 57 3 BA 35 62 0 1B 10C 61 25
Octal 127 3 272 65 142 0 33 414 141 45
Binary 1010111 11 10111010 110101 1100010 0 11011 100001100 1100001 100101

Color Harmonies of #5703BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5703BA

Black with #5703BA

Text Example


Text Example

White with #5703BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5703BA; }

 p { color: rgb(87,3,186); }

 H1.HeaderClassName
 {
   color: #5703BA;
 }
 .AnyTagClassName
 {
   color: #5703BA;
 }
</style>

background-color css

<style>
 a { background-color: #5703BA; }

 a { background-color: rgb(87,3,186); }

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

border-color css

<style>
 span { border-color: #5703BA; }

 span { border-color: rgb(87,3,186); }

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