Html Css Color HEX #5338CA Purple Heart

📋 copy color: '#5338CA'

red 83 ◦ green 56 ◦ blue 202

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

Shades of Purple Heart #5338CA

Tints of Purple Heart #5338CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.24%

R = 24.34%
G = 16.42%
B = 59.24%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5338CA (or 0x5338CA) is known color: Purple Heart. HEX triplet: 53, 38 and CA. RGB value is (83,56,202). Sum of RGB (Red+Green+Blue) = 83+56+202=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #5338CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5338CA is #ACC735. Grayscale: #505050. Windows color (decimal): -11323190 or 13252691. OLE color: 13252691.

HSL color Cylindrical-coordinate representation of color #5338CA: hue angle of 251.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5338CA is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 56 202 -
CMYK 0.59 0.72 0 0.21
HSL 251.1º 0.58% 0.51% -
HSV(B) 251.1º 0.72% 0.79% -
XYZ 15.64 8.93 56.78 -
YUV 80.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 83 56 202 0.59 0.72 0 0.21 251.1 0.58 0.51
Hex 53 38 CA 3B 48 0 15 FB 3A 33
Octal 123 70 312 73 110 0 25 373 72 63
Binary 1010011 111000 11001010 111011 1001000 0 10101 11111011 111010 110011

Color Harmonies of #5338CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5338CA

Black with #5338CA

Text Example


Text Example

White with #5338CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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