Html Css Color HEX #5803CF Purple Heart

📋 copy color: '#5803CF'

red 88 ◦ green 3 ◦ blue 207

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

Shades of Purple Heart #5803CF

Tints of Purple Heart #5803CF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 29.53%
G = 1.01%
B = 69.46%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5803CF (or 0x5803CF) is known color: Purple Heart. HEX triplet: 58, 03 and CF. RGB value is (88,3,207). Sum of RGB (Red+Green+Blue) = 88+3+207=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #5803CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5803CF is #A7FC30. Grayscale: #323232. Windows color (decimal): -11009073 or 13566808. OLE color: 13566808.

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

Color convert

RGB 88 3 207 -
CMYK 0.57 0.99 0 0.19
HSL 265º 0.97% 0.41% -
HSV(B) 265º 0.99% 0.81% -
XYZ 15.32 6.64 59.51 -
YUV 51.67 215.66 153.91 -
System Red Green Blue C M Y K H S L
Decimal 88 3 207 0.57 0.99 0 0.19 265 0.97 0.41
Hex 58 3 CF 39 63 0 13 109 61 29
Octal 130 3 317 71 143 0 23 411 141 51
Binary 1011000 11 11001111 111001 1100011 0 10011 100001001 1100001 101001

Color Harmonies of #5803CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5803CF

Black with #5803CF

Text Example


Text Example

White with #5803CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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