Html Css Color HEX #5312CE Purple Heart

📋 copy color: '#5312CE'

red 83 ◦ green 18 ◦ blue 206

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

Shades of Purple Heart #5312CE

Tints of Purple Heart #5312CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

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

R = 27.04%
G = 5.86%
B = 67.1%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5312CE (or 0x5312CE) is known color: Purple Heart. HEX triplet: 53, 12 and CE. RGB value is (83,18,206). Sum of RGB (Red+Green+Blue) = 83+18+206=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #5312CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312CE is #ACED31. Grayscale: #3A3A3A. Windows color (decimal): -11332914 or 13505107. OLE color: 13505107.

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

Color convert

RGB 83 18 206 -
CMYK 0.60 0.91 0 0.19
HSL 260.74º 0.84% 0.44% -
HSV(B) 260.74º 0.91% 0.81% -
XYZ 14.92 6.73 58.9 -
YUV 58.87 211.03 145.21 -
System Red Green Blue C M Y K H S L
Decimal 83 18 206 0.60 0.91 0 0.19 260.74 0.84 0.44
Hex 53 12 CE 3C 5B 0 13 105 54 2C
Octal 123 22 316 74 133 0 23 405 124 54
Binary 1010011 10010 11001110 111100 1011011 0 10011 100000101 1010100 101100

Color Harmonies of #5312CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5312CE

Black with #5312CE

Text Example


Text Example

White with #5312CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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