Html Css Color HEX #533CBD Purple Heart

📋 copy color: '#533CBD'

red 83 ◦ green 60 ◦ blue 189

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

Shades of Purple Heart #533CBD

Tints of Purple Heart #533CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 189 (74.22% from 255) = 56.93%

R = 25%
G = 18.07%
B = 56.93%

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

#533CBD (or 0x533CBD) is known color: Purple Heart. HEX triplet: 53, 3C and BD. RGB value is (83,60,189). Sum of RGB (Red+Green+Blue) = 83+60+189=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #533CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CBD is #ACC342. Grayscale: #515151. Windows color (decimal): -11322179 or 12401747. OLE color: 12401747.

HSL color Cylindrical-coordinate representation of color #533CBD: hue angle of 250.7º degrees, saturation: 0.52, 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 #533CBD is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 60 189 -
CMYK 0.56 0.68 0 0.26
HSL 250.7º 0.52% 0.49% -
HSV(B) 250.7º 0.68% 0.74% -
XYZ 14.37 8.74 49.07 -
YUV 81.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 83 60 189 0.56 0.68 0 0.26 250.7 0.52 0.49
Hex 53 3C BD 38 44 0 1A FB 34 31
Octal 123 74 275 70 104 0 32 373 64 61
Binary 1010011 111100 10111101 111000 1000100 0 11010 11111011 110100 110001

Color Harmonies of #533CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533CBD

Black with #533CBD

Text Example


Text Example

White with #533CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,189); }

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

background-color css

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

 a { background-color: rgb(83,60,189); }

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

border-color css

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

 span { border-color: rgb(83,60,189); }

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