Html Css Color HEX #5814CA Purple Heart

📋 copy color: '#5814CA'

red 88 ◦ green 20 ◦ blue 202

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

Shades of Purple Heart #5814CA

Tints of Purple Heart #5814CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

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

R = 28.39%
G = 6.45%
B = 65.16%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5814CA (or 0x5814CA) is known color: Purple Heart. HEX triplet: 58, 14 and CA. RGB value is (88,20,202). Sum of RGB (Red+Green+Blue) = 88+20+202=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #5814CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5814CA is #A7EB35. Grayscale: #3C3C3C. Windows color (decimal): -11004726 or 13243480. OLE color: 13243480.

HSL color Cylindrical-coordinate representation of color #5814CA: hue angle of 262.42º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5814CA is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 20 202 -
CMYK 0.56 0.90 0 0.21
HSL 262.42º 0.82% 0.44% -
HSV(B) 262.42º 0.9% 0.79% -
XYZ 14.94 6.84 56.41 -
YUV 61.08 207.53 147.2 -
System Red Green Blue C M Y K H S L
Decimal 88 20 202 0.56 0.90 0 0.21 262.42 0.82 0.44
Hex 58 14 CA 38 5A 0 15 106 52 2C
Octal 130 24 312 70 132 0 25 406 122 54
Binary 1011000 10100 11001010 111000 1011010 0 10101 100000110 1010010 101100

Color Harmonies of #5814CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5814CA

Black with #5814CA

Text Example


Text Example

White with #5814CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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