Html Css Color HEX #533FBB Purple Heart

📋 copy color: '#533FBB'

red 83 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #533FBB

Tints of Purple Heart #533FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 24.92%
G = 18.92%
B = 56.16%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#533FBB (or 0x533FBB) is known color: Purple Heart. HEX triplet: 53, 3F and BB. RGB value is (83,63,187). Sum of RGB (Red+Green+Blue) = 83+63+187=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #533FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FBB is #ACC044. Grayscale: #525252. Windows color (decimal): -11321413 or 12271443. OLE color: 12271443.

HSL color Cylindrical-coordinate representation of color #533FBB: hue angle of 249.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533FBB is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 63 187 -
CMYK 0.56 0.66 0 0.27
HSL 249.68º 0.5% 0.49% -
HSV(B) 249.68º 0.66% 0.73% -
XYZ 14.31 8.98 47.99 -
YUV 83.12 186.63 127.92 -
System Red Green Blue C M Y K H S L
Decimal 83 63 187 0.56 0.66 0 0.27 249.68 0.5 0.49
Hex 53 3F BB 38 42 0 1B FA 32 31
Octal 123 77 273 70 102 0 33 372 62 61
Binary 1010011 111111 10111011 111000 1000010 0 11011 11111010 110010 110001

Color Harmonies of #533FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533FBB

Black with #533FBB

Text Example


Text Example

White with #533FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533FBB; }

 p { color: rgb(83,63,187); }

 H1.HeaderClassName
 {
   color: #533FBB;
 }
 .AnyTagClassName
 {
   color: #533FBB;
 }
</style>

background-color css

<style>
 a { background-color: #533FBB; }

 a { background-color: rgb(83,63,187); }

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

border-color css

<style>
 span { border-color: #533FBB; }

 span { border-color: rgb(83,63,187); }

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