Html Css Color HEX #5300CE Purple Heart

📋 copy color: '#5300CE'

red 83 ◦ green 0 ◦ blue 206

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

Shades of Purple Heart #5300CE

Tints of Purple Heart #5300CE

RGB

 RED value IS 83 (32.81% from 255) = 28.72%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 71.28%

R = 28.72%
G = 0%
B = 71.28%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5300CE (or 0x5300CE) is known color: Purple Heart. HEX triplet: 53, 00 and CE. RGB value is (83,0,206). Sum of RGB (Red+Green+Blue) = 83+0+206=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #5300CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5300CE is #ACFF31. Grayscale: #2F2F2F. Windows color (decimal): -11337522 or 13500499. OLE color: 13500499.

HSL color Cylindrical-coordinate representation of color #5300CE: hue angle of 264.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300CE is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 0 206 -
CMYK 0.60 1 0 0.19
HSL 264.17º 1% 0.4% -
HSV(B) 264.17º 1% 0.81% -
XYZ 14.71 6.3 58.83 -
YUV 48.3 217 152.75 -
System Red Green Blue C M Y K H S L
Decimal 83 0 206 0.60 1 0 0.19 264.17 1 0.4
Hex 53 0 CE 3C 64 0 13 108 64 28
Octal 123 0 316 74 144 0 23 410 144 50
Binary 1010011 0 11001110 111100 1100100 0 10011 100001000 1100100 101000

Color Harmonies of #5300CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5300CE

Black with #5300CE

Text Example


Text Example

White with #5300CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5300CE; }

 p { color: rgb(83,0,206); }

 H1.HeaderClassName
 {
   color: #5300CE;
 }
 .AnyTagClassName
 {
   color: #5300CE;
 }
</style>

background-color css

<style>
 a { background-color: #5300CE; }

 a { background-color: rgb(83,0,206); }

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

border-color css

<style>
 span { border-color: #5300CE; }

 span { border-color: rgb(83,0,206); }

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