Html Css Color HEX #6533B8 Purple Heart

📋 copy color: '#6533B8'

red 101 ◦ green 51 ◦ blue 184

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

Shades of Purple Heart #6533B8

Tints of Purple Heart #6533B8

RGB

 RED value IS 101 (39.84% from 255) = 30.06%

 GREEN value IS 51 (20.31% from 255) = 15.18%

 BLUE value IS 184 (72.27% from 255) = 54.76%

R = 30.06%
G = 15.18%
B = 54.76%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6533B8 (or 0x6533B8) is known color: Purple Heart. HEX triplet: 65, 33 and B8. RGB value is (101,51,184). Sum of RGB (Red+Green+Blue) = 101+51+184=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 184 (72.27% from 255 or 54.76% from 336); Max value from RGB is 184 - color contains mainly: blue. Hex color #6533B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533B8 is #9ACC47. Grayscale: #505050. Windows color (decimal): -10144840 or 12071781. OLE color: 12071781.

HSL color Cylindrical-coordinate representation of color #6533B8: hue angle of 262.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6533B8 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 101 51 184 -
CMYK 0.45 0.72 0 0.28
HSL 262.56º 0.57% 0.46% -
HSV(B) 262.56º 0.72% 0.72% -
XYZ 15.2 8.6 46.21 -
YUV 81.11 186.07 142.19 -
System Red Green Blue C M Y K H S L
Decimal 101 51 184 0.45 0.72 0 0.28 262.56 0.57 0.46
Hex 65 33 B8 2D 48 0 1C 107 39 2E
Octal 145 63 270 55 110 0 34 407 71 56
Binary 1100101 110011 10111000 101101 1001000 0 11100 100000111 111001 101110

Color Harmonies of #6533B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6533B8

Black with #6533B8

Text Example


Text Example

White with #6533B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6533B8; }

 p { color: rgb(101,51,184); }

 H1.HeaderClassName
 {
   color: #6533B8;
 }
 .AnyTagClassName
 {
   color: #6533B8;
 }
</style>

background-color css

<style>
 a { background-color: #6533B8; }

 a { background-color: rgb(101,51,184); }

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

border-color css

<style>
 span { border-color: #6533B8; }

 span { border-color: rgb(101,51,184); }

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