Html Css Color HEX #6528BD Purple Heart

📋 copy color: '#6528BD'

red 101 ◦ green 40 ◦ blue 189

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

Shades of Purple Heart #6528BD

Tints of Purple Heart #6528BD

RGB

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

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

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

R = 30.61%
G = 12.12%
B = 57.27%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6528BD (or 0x6528BD) is known color: Purple Heart. HEX triplet: 65, 28 and BD. RGB value is (101,40,189). Sum of RGB (Red+Green+Blue) = 101+40+189=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #6528BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528BD is #9AD742. Grayscale: #4A4A4A. Windows color (decimal): -10147651 or 12396645. OLE color: 12396645.

HSL color Cylindrical-coordinate representation of color #6528BD: hue angle of 264.56º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6528BD is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 40 189 -
CMYK 0.47 0.79 0 0.26
HSL 264.56º 0.65% 0.45% -
HSV(B) 264.56º 0.79% 0.74% -
XYZ 15.31 7.96 48.87 -
YUV 75.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 101 40 189 0.47 0.79 0 0.26 264.56 0.65 0.45
Hex 65 28 BD 2F 4F 0 1A 109 41 2D
Octal 145 50 275 57 117 0 32 411 101 55
Binary 1100101 101000 10111101 101111 1001111 0 11010 100001001 1000001 101101

Color Harmonies of #6528BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6528BD

Black with #6528BD

Text Example


Text Example

White with #6528BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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