Html Css Color HEX #5337DE Purple Heart

📋 copy color: '#5337DE'

red 83 ◦ green 55 ◦ blue 222

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

Shades of Purple Heart #5337DE

Tints of Purple Heart #5337DE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 222 (87.11% from 255) = 61.67%

R = 23.06%
G = 15.28%
B = 61.67%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5337DE (or 0x5337DE) is known color: Purple Heart. HEX triplet: 53, 37 and DE. RGB value is (83,55,222). Sum of RGB (Red+Green+Blue) = 83+55+222=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #5337DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5337DE is #ACC821. Grayscale: #515151. Windows color (decimal): -11323426 or 14563155. OLE color: 14563155.

HSL color Cylindrical-coordinate representation of color #5337DE: hue angle of 250.06º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5337DE is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 55 222 -
CMYK 0.63 0.75 0 0.13
HSL 250.06º 0.72% 0.54% -
HSV(B) 250.06º 0.75% 0.87% -
XYZ 18.12 9.85 70.05 -
YUV 82.41 206.78 128.42 -
System Red Green Blue C M Y K H S L
Decimal 83 55 222 0.63 0.75 0 0.13 250.06 0.72 0.54
Hex 53 37 DE 3F 4B 0 D FA 48 36
Octal 123 67 336 77 113 0 15 372 110 66
Binary 1010011 110111 11011110 111111 1001011 0 1101 11111010 1001000 110110

Color Harmonies of #5337DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5337DE

Black with #5337DE

Text Example


Text Example

White with #5337DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5337DE; }

 p { color: rgb(83,55,222); }

 H1.HeaderClassName
 {
   color: #5337DE;
 }
 .AnyTagClassName
 {
   color: #5337DE;
 }
</style>

background-color css

<style>
 a { background-color: #5337DE; }

 a { background-color: rgb(83,55,222); }

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

border-color css

<style>
 span { border-color: #5337DE; }

 span { border-color: rgb(83,55,222); }

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