Html Css Color HEX #5633AF Purple Heart

📋 copy color: '#5633AF'

red 86 ◦ green 51 ◦ blue 175

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

Shades of Purple Heart #5633AF

Tints of Purple Heart #5633AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

 BLUE value IS 175 (68.75% from 255) = 56.09%

R = 27.56%
G = 16.35%
B = 56.09%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5633AF (or 0x5633AF) is known color: Purple Heart. HEX triplet: 56, 33 and AF. RGB value is (86,51,175). Sum of RGB (Red+Green+Blue) = 86+51+175=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #5633AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5633AF is #A9CC50. Grayscale: #4B4B4B. Windows color (decimal): -11127889 or 11481942. OLE color: 11481942.

HSL color Cylindrical-coordinate representation of color #5633AF: hue angle of 256.94º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5633AF is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 51 175 -
CMYK 0.51 0.71 0 0.31
HSL 256.94º 0.55% 0.44% -
HSV(B) 256.94º 0.71% 0.69% -
XYZ 12.76 7.44 41.32 -
YUV 75.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 86 51 175 0.51 0.71 0 0.31 256.94 0.55 0.44
Hex 56 33 AF 33 47 0 1F 101 37 2C
Octal 126 63 257 63 107 0 37 401 67 54
Binary 1010110 110011 10101111 110011 1000111 0 11111 100000001 110111 101100

Color Harmonies of #5633AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5633AF

Black with #5633AF

Text Example


Text Example

White with #5633AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5633AF; }

 p { color: rgb(86,51,175); }

 H1.HeaderClassName
 {
   color: #5633AF;
 }
 .AnyTagClassName
 {
   color: #5633AF;
 }
</style>

background-color css

<style>
 a { background-color: #5633AF; }

 a { background-color: rgb(86,51,175); }

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

border-color css

<style>
 span { border-color: #5633AF; }

 span { border-color: rgb(86,51,175); }

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