Html Css Color HEX #5301CE Purple Heart

📋 copy color: '#5301CE'

red 83 ◦ green 1 ◦ blue 206

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

Shades of Purple Heart #5301CE

Tints of Purple Heart #5301CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 28.62%
G = 0.34%
B = 71.03%

CMYK

 C value IS 0.60

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5301CE (or 0x5301CE) is known color: Purple Heart. HEX triplet: 53, 01 and CE. RGB value is (83,1,206). Sum of RGB (Red+Green+Blue) = 83+1+206=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #5301CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5301CE is #ACFE31. Grayscale: #303030. Windows color (decimal): -11337266 or 13500755. OLE color: 13500755.

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

Color convert

RGB 83 1 206 -
CMYK 0.60 1.00 0 0.19
HSL 264º 0.99% 0.41% -
HSV(B) 264º 1% 0.81% -
XYZ 14.72 6.32 58.84 -
YUV 48.89 216.67 152.33 -
System Red Green Blue C M Y K H S L
Decimal 83 1 206 0.60 1.00 0 0.19 264 0.99 0.41
Hex 53 1 CE 3C 64 0 13 108 63 29
Octal 123 1 316 74 144 0 23 410 143 51
Binary 1010011 1 11001110 111100 1100100 0 10011 100001000 1100011 101001

Color Harmonies of #5301CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5301CE

Black with #5301CE

Text Example


Text Example

White with #5301CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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