Html Css Color HEX #5805CA Purple Heart

📋 copy color: '#5805CA'

red 88 ◦ green 5 ◦ blue 202

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

Shades of Purple Heart #5805CA

Tints of Purple Heart #5805CA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 202 (79.3% from 255) = 68.47%

R = 29.83%
G = 1.69%
B = 68.47%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5805CA (or 0x5805CA) is known color: Purple Heart. HEX triplet: 58, 05 and CA. RGB value is (88,5,202). Sum of RGB (Red+Green+Blue) = 88+5+202=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #5805CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5805CA is #A7FA35. Grayscale: #333333. Windows color (decimal): -11008566 or 13239640. OLE color: 13239640.

HSL color Cylindrical-coordinate representation of color #5805CA: hue angle of 265.28º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5805CA is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 5 202 -
CMYK 0.56 0.98 0 0.21
HSL 265.28º 0.95% 0.41% -
HSV(B) 265.28º 0.98% 0.79% -
XYZ 14.74 6.45 56.34 -
YUV 52.28 212.5 153.48 -
System Red Green Blue C M Y K H S L
Decimal 88 5 202 0.56 0.98 0 0.21 265.28 0.95 0.41
Hex 58 5 CA 38 62 0 15 109 5F 29
Octal 130 5 312 70 142 0 25 411 137 51
Binary 1011000 101 11001010 111000 1100010 0 10101 100001001 1011111 101001

Color Harmonies of #5805CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5805CA

Black with #5805CA

Text Example


Text Example

White with #5805CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5805CA; }

 p { color: rgb(88,5,202); }

 H1.HeaderClassName
 {
   color: #5805CA;
 }
 .AnyTagClassName
 {
   color: #5805CA;
 }
</style>

background-color css

<style>
 a { background-color: #5805CA; }

 a { background-color: rgb(88,5,202); }

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

border-color css

<style>
 span { border-color: #5805CA; }

 span { border-color: rgb(88,5,202); }

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