Html Css Color HEX #5338CB Purple Heart

📋 copy color: '#5338CB'

red 83 ◦ green 56 ◦ blue 203

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

Shades of Purple Heart #5338CB

Tints of Purple Heart #5338CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.36%

R = 24.27%
G = 16.37%
B = 59.36%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5338CB (or 0x5338CB) is known color: Purple Heart. HEX triplet: 53, 38 and CB. RGB value is (83,56,203). Sum of RGB (Red+Green+Blue) = 83+56+203=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #5338CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5338CB is #ACC734. Grayscale: #505050. Windows color (decimal): -11323189 or 13318227. OLE color: 13318227.

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

Color convert

RGB 83 56 203 -
CMYK 0.59 0.72 0 0.20
HSL 251.02º 0.59% 0.51% -
HSV(B) 251.02º 0.72% 0.8% -
XYZ 15.76 8.98 57.4 -
YUV 80.83 196.95 129.55 -
System Red Green Blue C M Y K H S L
Decimal 83 56 203 0.59 0.72 0 0.20 251.02 0.59 0.51
Hex 53 38 CB 3B 48 0 14 FB 3B 33
Octal 123 70 313 73 110 0 24 373 73 63
Binary 1010011 111000 11001011 111011 1001000 0 10100 11111011 111011 110011

Color Harmonies of #5338CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5338CB

Black with #5338CB

Text Example


Text Example

White with #5338CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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