Html Css Color HEX #5513CA Purple Heart

📋 copy color: '#5513CA'

red 85 ◦ green 19 ◦ blue 202

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

Shades of Purple Heart #5513CA

Tints of Purple Heart #5513CA

RGB

 RED value IS 85 (33.59% from 255) = 27.78%

 GREEN value IS 19 (7.81% from 255) = 6.21%

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

R = 27.78%
G = 6.21%
B = 66.01%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5513CA (or 0x5513CA) is known color: Purple Heart. HEX triplet: 55, 13 and CA. RGB value is (85,19,202). Sum of RGB (Red+Green+Blue) = 85+19+202=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #5513CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5513CA is #AAEC35. Grayscale: #3A3A3A. Windows color (decimal): -11201590 or 13243221. OLE color: 13243221.

HSL color Cylindrical-coordinate representation of color #5513CA: hue angle of 261.64º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5513CA is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 19 202 -
CMYK 0.58 0.91 0 0.21
HSL 261.64º 0.83% 0.43% -
HSV(B) 261.64º 0.91% 0.79% -
XYZ 14.64 6.66 56.39 -
YUV 59.6 208.37 146.12 -
System Red Green Blue C M Y K H S L
Decimal 85 19 202 0.58 0.91 0 0.21 261.64 0.83 0.43
Hex 55 13 CA 3A 5B 0 15 106 53 2B
Octal 125 23 312 72 133 0 25 406 123 53
Binary 1010101 10011 11001010 111010 1011011 0 10101 100000110 1010011 101011

Color Harmonies of #5513CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513CA

Black with #5513CA

Text Example


Text Example

White with #5513CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,19,202); }

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

background-color css

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

 a { background-color: rgb(85,19,202); }

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

border-color css

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

 span { border-color: rgb(85,19,202); }

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