Html Css Color HEX #533DBC Purple Heart

📋 copy color: '#533DBC'

red 83 ◦ green 61 ◦ blue 188

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

Shades of Purple Heart #533DBC

Tints of Purple Heart #533DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.63%

R = 25%
G = 18.37%
B = 56.63%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#533DBC (or 0x533DBC) is known color: Purple Heart. HEX triplet: 53, 3D and BC. RGB value is (83,61,188). Sum of RGB (Red+Green+Blue) = 83+61+188=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #533DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DBC is #ACC243. Grayscale: #515151. Windows color (decimal): -11321924 or 12336467. OLE color: 12336467.

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

Color convert

RGB 83 61 188 -
CMYK 0.56 0.68 0 0.26
HSL 250.39º 0.51% 0.49% -
HSV(B) 250.39º 0.68% 0.74% -
XYZ 14.31 8.81 48.52 -
YUV 82.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 83 61 188 0.56 0.68 0 0.26 250.39 0.51 0.49
Hex 53 3D BC 38 44 0 1A FA 33 31
Octal 123 75 274 70 104 0 32 372 63 61
Binary 1010011 111101 10111100 111000 1000100 0 11010 11111010 110011 110001

Color Harmonies of #533DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DBC

Black with #533DBC

Text Example


Text Example

White with #533DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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