Html Css Color HEX #5338CF Purple Heart

📋 copy color: '#5338CF'

red 83 ◦ green 56 ◦ blue 207

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

Shades of Purple Heart #5338CF

Tints of Purple Heart #5338CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.83%

R = 23.99%
G = 16.18%
B = 59.83%

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

#5338CF (or 0x5338CF) is known color: Purple Heart. HEX triplet: 53, 38 and CF. RGB value is (83,56,207). Sum of RGB (Red+Green+Blue) = 83+56+207=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #5338CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5338CF is #ACC730. Grayscale: #505050. Windows color (decimal): -11323185 or 13580371. OLE color: 13580371.

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

Color convert

RGB 83 56 207 -
CMYK 0.60 0.73 0 0.19
HSL 250.73º 0.61% 0.52% -
HSV(B) 250.73º 0.73% 0.81% -
XYZ 16.24 9.17 59.95 -
YUV 81.29 198.95 129.22 -
System Red Green Blue C M Y K H S L
Decimal 83 56 207 0.60 0.73 0 0.19 250.73 0.61 0.52
Hex 53 38 CF 3C 49 0 13 FB 3D 34
Octal 123 70 317 74 111 0 23 373 75 64
Binary 1010011 111000 11001111 111100 1001001 0 10011 11111011 111101 110100

Color Harmonies of #5338CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5338CF

Black with #5338CF

Text Example


Text Example

White with #5338CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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