Html Css Color HEX #5E05CA Purple Heart

📋 copy color: '#5E05CA'

red 94 ◦ green 5 ◦ blue 202

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

Shades of Purple Heart #5E05CA

Tints of Purple Heart #5E05CA

RGB

 RED value IS 94 (37.11% from 255) = 31.23%

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

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

R = 31.23%
G = 1.66%
B = 67.11%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E05CA (or 0x5E05CA) is known color: Purple Heart. HEX triplet: 5E, 05 and CA. RGB value is (94,5,202). Sum of RGB (Red+Green+Blue) = 94+5+202=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E05CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E05CA is #A1FA35. Grayscale: #353535. Windows color (decimal): -10615350 or 13239646. OLE color: 13239646.

HSL color Cylindrical-coordinate representation of color #5E05CA: hue angle of 267.11º 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 #5E05CA is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 5 202 -
CMYK 0.53 0.98 0 0.21
HSL 267.11º 0.95% 0.41% -
HSV(B) 267.11º 0.98% 0.79% -
XYZ 15.33 6.75 56.37 -
YUV 54.07 211.49 156.48 -
System Red Green Blue C M Y K H S L
Decimal 94 5 202 0.53 0.98 0 0.21 267.11 0.95 0.41
Hex 5E 5 CA 35 62 0 15 10B 5F 29
Octal 136 5 312 65 142 0 25 413 137 51
Binary 1011110 101 11001010 110101 1100010 0 10101 100001011 1011111 101001

Color Harmonies of #5E05CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E05CA

Black with #5E05CA

Text Example


Text Example

White with #5E05CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E05CA; }

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

 H1.HeaderClassName
 {
   color: #5E05CA;
 }
 .AnyTagClassName
 {
   color: #5E05CA;
 }
</style>

background-color css

<style>
 a { background-color: #5E05CA; }

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

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

border-color css

<style>
 span { border-color: #5E05CA; }

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

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