Html Css Color HEX #5306CE Purple Heart

📋 copy color: '#5306CE'

red 83 ◦ green 6 ◦ blue 206

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

Shades of Purple Heart #5306CE

Tints of Purple Heart #5306CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 28.14%
G = 2.03%
B = 69.83%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5306CE (or 0x5306CE) is known color: Purple Heart. HEX triplet: 53, 06 and CE. RGB value is (83,6,206). Sum of RGB (Red+Green+Blue) = 83+6+206=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #5306CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5306CE is #ACF931. Grayscale: #333333. Windows color (decimal): -11335986 or 13502035. OLE color: 13502035.

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

Color convert

RGB 83 6 206 -
CMYK 0.60 0.97 0 0.19
HSL 263.1º 0.94% 0.42% -
HSV(B) 263.1º 0.97% 0.81% -
XYZ 14.77 6.43 58.85 -
YUV 51.82 215.01 150.24 -
System Red Green Blue C M Y K H S L
Decimal 83 6 206 0.60 0.97 0 0.19 263.1 0.94 0.42
Hex 53 6 CE 3C 61 0 13 107 5E 2A
Octal 123 6 316 74 141 0 23 407 136 52
Binary 1010011 110 11001110 111100 1100001 0 10011 100000111 1011110 101010

Color Harmonies of #5306CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5306CE

Black with #5306CE

Text Example


Text Example

White with #5306CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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