Html Css Color HEX #5338CE Purple Heart

📋 copy color: '#5338CE'

red 83 ◦ green 56 ◦ blue 206

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

Shades of Purple Heart #5338CE

Tints of Purple Heart #5338CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.23%

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

R = 24.06%
G = 16.23%
B = 59.71%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5338CE (or 0x5338CE) is known color: Purple Heart. HEX triplet: 53, 38 and CE. RGB value is (83,56,206). Sum of RGB (Red+Green+Blue) = 83+56+206=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #5338CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5338CE is #ACC731. Grayscale: #505050. Windows color (decimal): -11323186 or 13514835. OLE color: 13514835.

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

Color convert

RGB 83 56 206 -
CMYK 0.60 0.73 0 0.19
HSL 250.8º 0.6% 0.51% -
HSV(B) 250.8º 0.73% 0.81% -
XYZ 16.12 9.12 59.3 -
YUV 81.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 83 56 206 0.60 0.73 0 0.19 250.8 0.6 0.51
Hex 53 38 CE 3C 49 0 13 FB 3C 33
Octal 123 70 316 74 111 0 23 373 74 63
Binary 1010011 111000 11001110 111100 1001001 0 10011 11111011 111100 110011

Color Harmonies of #5338CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5338CE

Black with #5338CE

Text Example


Text Example

White with #5338CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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