Html Css Color HEX #6528BA Purple Heart

📋 copy color: '#6528BA'

red 101 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #6528BA

Tints of Purple Heart #6528BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.23%

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 30.89%
G = 12.23%
B = 56.88%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6528BA (or 0x6528BA) is known color: Purple Heart. HEX triplet: 65, 28 and BA. RGB value is (101,40,186). Sum of RGB (Red+Green+Blue) = 101+40+186=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #6528BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528BA is #9AD745. Grayscale: #4A4A4A. Windows color (decimal): -10147654 or 12200037. OLE color: 12200037.

HSL color Cylindrical-coordinate representation of color #6528BA: hue angle of 265.07º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6528BA is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 40 186 -
CMYK 0.46 0.78 0 0.27
HSL 265.07º 0.65% 0.44% -
HSV(B) 265.07º 0.78% 0.73% -
XYZ 14.99 7.83 47.18 -
YUV 74.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 101 40 186 0.46 0.78 0 0.27 265.07 0.65 0.44
Hex 65 28 BA 2E 4E 0 1B 109 41 2C
Octal 145 50 272 56 116 0 33 411 101 54
Binary 1100101 101000 10111010 101110 1001110 0 11011 100001001 1000001 101100

Color Harmonies of #6528BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6528BA

Black with #6528BA

Text Example


Text Example

White with #6528BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6528BA; }

 p { color: rgb(101,40,186); }

 H1.HeaderClassName
 {
   color: #6528BA;
 }
 .AnyTagClassName
 {
   color: #6528BA;
 }
</style>

background-color css

<style>
 a { background-color: #6528BA; }

 a { background-color: rgb(101,40,186); }

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

border-color css

<style>
 span { border-color: #6528BA; }

 span { border-color: rgb(101,40,186); }

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