Html Css Color HEX #5827CF Purple Heart

📋 copy color: '#5827CF'

red 88 ◦ green 39 ◦ blue 207

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

Shades of Purple Heart #5827CF

Tints of Purple Heart #5827CF

RGB

 RED value IS 88 (34.77% from 255) = 26.35%

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

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

R = 26.35%
G = 11.68%
B = 61.98%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5827CF (or 0x5827CF) is known color: Purple Heart. HEX triplet: 58, 27 and CF. RGB value is (88,39,207). Sum of RGB (Red+Green+Blue) = 88+39+207=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #5827CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5827CF is #A7D830. Grayscale: #484848. Windows color (decimal): -10999857 or 13576024. OLE color: 13576024.

HSL color Cylindrical-coordinate representation of color #5827CF: hue angle of 257.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5827CF is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 39 207 -
CMYK 0.57 0.81 0 0.19
HSL 257.5º 0.68% 0.48% -
HSV(B) 257.5º 0.81% 0.81% -
XYZ 16.01 8.03 59.74 -
YUV 72.8 203.73 138.84 -
System Red Green Blue C M Y K H S L
Decimal 88 39 207 0.57 0.81 0 0.19 257.5 0.68 0.48
Hex 58 27 CF 39 51 0 13 102 44 30
Octal 130 47 317 71 121 0 23 402 104 60
Binary 1011000 100111 11001111 111001 1010001 0 10011 100000010 1000100 110000

Color Harmonies of #5827CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5827CF

Black with #5827CF

Text Example


Text Example

White with #5827CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,39,207); }

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

background-color css

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

 a { background-color: rgb(88,39,207); }

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

border-color css

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

 span { border-color: rgb(88,39,207); }

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