Html Css Color HEX #5213CB Purple Heart

📋 copy color: '#5213CB'

red 82 ◦ green 19 ◦ blue 203

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

Shades of Purple Heart #5213CB

Tints of Purple Heart #5213CB

RGB

 RED value IS 82 (32.42% from 255) = 26.97%

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

 BLUE value IS 203 (79.69% from 255) = 66.78%

R = 26.97%
G = 6.25%
B = 66.78%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5213CB (or 0x5213CB) is known color: Purple Heart. HEX triplet: 52, 13 and CB. RGB value is (82,19,203). Sum of RGB (Red+Green+Blue) = 82+19+203=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #5213CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5213CB is #ADEC34. Grayscale: #3A3A3A. Windows color (decimal): -11398197 or 13308754. OLE color: 13308754.

HSL color Cylindrical-coordinate representation of color #5213CB: hue angle of 260.54º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5213CB is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 19 203 -
CMYK 0.60 0.91 0 0.20
HSL 260.54º 0.83% 0.44% -
HSV(B) 260.54º 0.91% 0.8% -
XYZ 14.49 6.57 57 -
YUV 58.81 209.37 144.54 -
System Red Green Blue C M Y K H S L
Decimal 82 19 203 0.60 0.91 0 0.20 260.54 0.83 0.44
Hex 52 13 CB 3C 5B 0 14 105 53 2C
Octal 122 23 313 74 133 0 24 405 123 54
Binary 1010010 10011 11001011 111100 1011011 0 10100 100000101 1010011 101100

Color Harmonies of #5213CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213CB

Black with #5213CB

Text Example


Text Example

White with #5213CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5213CB; }

 p { color: rgb(82,19,203); }

 H1.HeaderClassName
 {
   color: #5213CB;
 }
 .AnyTagClassName
 {
   color: #5213CB;
 }
</style>

background-color css

<style>
 a { background-color: #5213CB; }

 a { background-color: rgb(82,19,203); }

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

border-color css

<style>
 span { border-color: #5213CB; }

 span { border-color: rgb(82,19,203); }

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