Html Css Color HEX #533DBB Purple Heart

📋 copy color: '#533DBB'

red 83 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #533DBB

Tints of Purple Heart #533DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

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

R = 25.08%
G = 18.43%
B = 56.5%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#533DBB (or 0x533DBB) is known color: Purple Heart. HEX triplet: 53, 3D and BB. RGB value is (83,61,187). Sum of RGB (Red+Green+Blue) = 83+61+187=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #533DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DBB is #ACC244. Grayscale: #515151. Windows color (decimal): -11321925 or 12270931. OLE color: 12270931.

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

Color convert

RGB 83 61 187 -
CMYK 0.56 0.67 0 0.27
HSL 250.48º 0.51% 0.49% -
HSV(B) 250.48º 0.67% 0.73% -
XYZ 14.21 8.76 47.96 -
YUV 81.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 83 61 187 0.56 0.67 0 0.27 250.48 0.51 0.49
Hex 53 3D BB 38 43 0 1B FA 33 31
Octal 123 75 273 70 103 0 33 372 63 61
Binary 1010011 111101 10111011 111000 1000011 0 11011 11111010 110011 110001

Color Harmonies of #533DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DBB

Black with #533DBB

Text Example


Text Example

White with #533DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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