Html Css Color HEX #5638CF Purple Heart

📋 copy color: '#5638CF'

red 86 ◦ green 56 ◦ blue 207

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

Shades of Purple Heart #5638CF

Tints of Purple Heart #5638CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

 BLUE value IS 207 (81.25% from 255) = 59.31%

R = 24.64%
G = 16.05%
B = 59.31%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5638CF (or 0x5638CF) is known color: Purple Heart. HEX triplet: 56, 38 and CF. RGB value is (86,56,207). Sum of RGB (Red+Green+Blue) = 86+56+207=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #5638CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5638CF is #A9C730. Grayscale: #515151. Windows color (decimal): -11126577 or 13580374. OLE color: 13580374.

HSL color Cylindrical-coordinate representation of color #5638CF: hue angle of 251.92º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5638CF is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 56 207 -
CMYK 0.58 0.73 0 0.19
HSL 251.92º 0.61% 0.52% -
HSV(B) 251.92º 0.73% 0.81% -
XYZ 16.51 9.31 59.96 -
YUV 82.18 198.44 130.72 -
System Red Green Blue C M Y K H S L
Decimal 86 56 207 0.58 0.73 0 0.19 251.92 0.61 0.52
Hex 56 38 CF 3A 49 0 13 FC 3D 34
Octal 126 70 317 72 111 0 23 374 75 64
Binary 1010110 111000 11001111 111010 1001001 0 10011 11111100 111101 110100

Color Harmonies of #5638CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5638CF

Black with #5638CF

Text Example


Text Example

White with #5638CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5638CF; }

 p { color: rgb(86,56,207); }

 H1.HeaderClassName
 {
   color: #5638CF;
 }
 .AnyTagClassName
 {
   color: #5638CF;
 }
</style>

background-color css

<style>
 a { background-color: #5638CF; }

 a { background-color: rgb(86,56,207); }

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

border-color css

<style>
 span { border-color: #5638CF; }

 span { border-color: rgb(86,56,207); }

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