Html Css Color HEX #533BBE Purple Heart

📋 copy color: '#533BBE'

red 83 ◦ green 59 ◦ blue 190

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

Shades of Purple Heart #533BBE

Tints of Purple Heart #533BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.77%

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 25%
G = 17.77%
B = 57.23%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#533BBE (or 0x533BBE) is known color: Purple Heart. HEX triplet: 53, 3B and BE. RGB value is (83,59,190). Sum of RGB (Red+Green+Blue) = 83+59+190=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #533BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BBE is #ACC441. Grayscale: #505050. Windows color (decimal): -11322434 or 12467027. OLE color: 12467027.

HSL color Cylindrical-coordinate representation of color #533BBE: hue angle of 250.99º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #533BBE is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 59 190 -
CMYK 0.56 0.69 0 0.25
HSL 250.99º 0.53% 0.49% -
HSV(B) 250.99º 0.69% 0.75% -
XYZ 14.43 8.68 49.63 -
YUV 81.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 83 59 190 0.56 0.69 0 0.25 250.99 0.53 0.49
Hex 53 3B BE 38 45 0 19 FB 35 31
Octal 123 73 276 70 105 0 31 373 65 61
Binary 1010011 111011 10111110 111000 1000101 0 11001 11111011 110101 110001

Color Harmonies of #533BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BBE

Black with #533BBE

Text Example


Text Example

White with #533BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,59,190); }

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

background-color css

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

 a { background-color: rgb(83,59,190); }

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

border-color css

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

 span { border-color: rgb(83,59,190); }

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