Html Css Color HEX #5627C1 Purple Heart

📋 copy color: '#5627C1'

red 86 ◦ green 39 ◦ blue 193

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

Shades of Purple Heart #5627C1

Tints of Purple Heart #5627C1

RGB

 RED value IS 86 (33.98% from 255) = 27.04%

 GREEN value IS 39 (15.63% from 255) = 12.26%

 BLUE value IS 193 (75.78% from 255) = 60.69%

R = 27.04%
G = 12.26%
B = 60.69%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5627C1 (or 0x5627C1) is known color: Purple Heart. HEX triplet: 56, 27 and C1. RGB value is (86,39,193). Sum of RGB (Red+Green+Blue) = 86+39+193=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #5627C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5627C1 is #A9D83E. Grayscale: #464646. Windows color (decimal): -11130943 or 12658518. OLE color: 12658518.

HSL color Cylindrical-coordinate representation of color #5627C1: hue angle of 258.31º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5627C1 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 86 39 193 -
CMYK 0.55 0.80 0 0.24
HSL 258.31º 0.66% 0.45% -
HSV(B) 258.31º 0.8% 0.76% -
XYZ 14.19 7.28 51.11 -
YUV 70.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 86 39 193 0.55 0.80 0 0.24 258.31 0.66 0.45
Hex 56 27 C1 37 50 0 18 102 42 2D
Octal 126 47 301 67 120 0 30 402 102 55
Binary 1010110 100111 11000001 110111 1010000 0 11000 100000010 1000010 101101

Color Harmonies of #5627C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5627C1

Black with #5627C1

Text Example


Text Example

White with #5627C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5627C1; }

 p { color: rgb(86,39,193); }

 H1.HeaderClassName
 {
   color: #5627C1;
 }
 .AnyTagClassName
 {
   color: #5627C1;
 }
</style>

background-color css

<style>
 a { background-color: #5627C1; }

 a { background-color: rgb(86,39,193); }

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

border-color css

<style>
 span { border-color: #5627C1; }

 span { border-color: rgb(86,39,193); }

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