Html Css Color HEX #533CB3 Purple Heart

📋 copy color: '#533CB3'

red 83 ◦ green 60 ◦ blue 179

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

Shades of Purple Heart #533CB3

Tints of Purple Heart #533CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.59%

R = 25.78%
G = 18.63%
B = 55.59%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#533CB3 (or 0x533CB3) is known color: Purple Heart. HEX triplet: 53, 3C and B3. RGB value is (83,60,179). Sum of RGB (Red+Green+Blue) = 83+60+179=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #533CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CB3 is #ACC34C. Grayscale: #4F4F4F. Windows color (decimal): -11322189 or 11746387. OLE color: 11746387.

HSL color Cylindrical-coordinate representation of color #533CB3: hue angle of 251.6º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533CB3 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 60 179 -
CMYK 0.54 0.66 0 0.30
HSL 251.6º 0.5% 0.47% -
HSV(B) 251.6º 0.66% 0.7% -
XYZ 13.32 8.33 43.55 -
YUV 80.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 83 60 179 0.54 0.66 0 0.30 251.6 0.5 0.47
Hex 53 3C B3 36 42 0 1E FC 32 2F
Octal 123 74 263 66 102 0 36 374 62 57
Binary 1010011 111100 10110011 110110 1000010 0 11110 11111100 110010 101111

Color Harmonies of #533CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533CB3

Black with #533CB3

Text Example


Text Example

White with #533CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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