Html Css Color HEX #5338CD Purple Heart

📋 copy color: '#5338CD'

red 83 ◦ green 56 ◦ blue 205

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

Shades of Purple Heart #5338CD

Tints of Purple Heart #5338CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.59%

R = 24.13%
G = 16.28%
B = 59.59%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5338CD (or 0x5338CD) is known color: Purple Heart. HEX triplet: 53, 38 and CD. RGB value is (83,56,205). Sum of RGB (Red+Green+Blue) = 83+56+205=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #5338CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5338CD is #ACC732. Grayscale: #505050. Windows color (decimal): -11323187 or 13449299. OLE color: 13449299.

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

Color convert

RGB 83 56 205 -
CMYK 0.60 0.73 0 0.20
HSL 250.87º 0.6% 0.51% -
HSV(B) 250.87º 0.73% 0.8% -
XYZ 16 9.08 58.67 -
YUV 81.06 197.95 129.38 -
System Red Green Blue C M Y K H S L
Decimal 83 56 205 0.60 0.73 0 0.20 250.87 0.6 0.51
Hex 53 38 CD 3C 49 0 14 FB 3C 33
Octal 123 70 315 74 111 0 24 373 74 63
Binary 1010011 111000 11001101 111100 1001001 0 10100 11111011 111100 110011

Color Harmonies of #5338CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5338CD

Black with #5338CD

Text Example


Text Example

White with #5338CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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