Html Css Color HEX #5D0FCA Purple Heart

📋 copy color: '#5D0FCA'

red 93 ◦ green 15 ◦ blue 202

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

Shades of Purple Heart #5D0FCA

Tints of Purple Heart #5D0FCA

RGB

 RED value IS 93 (36.72% from 255) = 30%

 GREEN value IS 15 (6.25% from 255) = 4.84%

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

R = 30%
G = 4.84%
B = 65.16%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D0FCA (or 0x5D0FCA) is known color: Purple Heart. HEX triplet: 5D, 0F and CA. RGB value is (93,15,202). Sum of RGB (Red+Green+Blue) = 93+15+202=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 15 (6.25% from 255 or 4.84% 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 #5D0FCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0FCA is #A2F035. Grayscale: #3A3A3A. Windows color (decimal): -10678326 or 13242205. OLE color: 13242205.

HSL color Cylindrical-coordinate representation of color #5D0FCA: hue angle of 265.03º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0FCA is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 15 202 -
CMYK 0.54 0.93 0 0.21
HSL 265.03º 0.86% 0.43% -
HSV(B) 265.03º 0.93% 0.79% -
XYZ 15.35 6.93 56.41 -
YUV 59.64 208.34 151.79 -
System Red Green Blue C M Y K H S L
Decimal 93 15 202 0.54 0.93 0 0.21 265.03 0.86 0.43
Hex 5D F CA 36 5D 0 15 109 56 2B
Octal 135 17 312 66 135 0 25 411 126 53
Binary 1011101 1111 11001010 110110 1011101 0 10101 100001001 1010110 101011

Color Harmonies of #5D0FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0FCA

Black with #5D0FCA

Text Example


Text Example

White with #5D0FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,15,202); }

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

background-color css

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

 a { background-color: rgb(93,15,202); }

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

border-color css

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

 span { border-color: rgb(93,15,202); }

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