Html Css Color HEX #5630AE Purple Heart

📋 copy color: '#5630AE'

red 86 ◦ green 48 ◦ blue 174

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

Shades of Purple Heart #5630AE

Tints of Purple Heart #5630AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 174 (68.36% from 255) = 56.49%

R = 27.92%
G = 15.58%
B = 56.49%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5630AE (or 0x5630AE) is known color: Purple Heart. HEX triplet: 56, 30 and AE. RGB value is (86,48,174). Sum of RGB (Red+Green+Blue) = 86+48+174=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #5630AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5630AE is #A9CF51. Grayscale: #494949. Windows color (decimal): -11128658 or 11415638. OLE color: 11415638.

HSL color Cylindrical-coordinate representation of color #5630AE: hue angle of 258.1º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5630AE is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 48 174 -
CMYK 0.51 0.72 0 0.32
HSL 258.1º 0.57% 0.44% -
HSV(B) 258.1º 0.72% 0.68% -
XYZ 12.53 7.15 40.76 -
YUV 73.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 86 48 174 0.51 0.72 0 0.32 258.1 0.57 0.44
Hex 56 30 AE 33 48 0 20 102 39 2C
Octal 126 60 256 63 110 0 40 402 71 54
Binary 1010110 110000 10101110 110011 1001000 0 100000 100000010 111001 101100

Color Harmonies of #5630AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5630AE

Black with #5630AE

Text Example


Text Example

White with #5630AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5630AE; }

 p { color: rgb(86,48,174); }

 H1.HeaderClassName
 {
   color: #5630AE;
 }
 .AnyTagClassName
 {
   color: #5630AE;
 }
</style>

background-color css

<style>
 a { background-color: #5630AE; }

 a { background-color: rgb(86,48,174); }

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

border-color css

<style>
 span { border-color: #5630AE; }

 span { border-color: rgb(86,48,174); }

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