Html Css Color HEX #6529BB Purple Heart

📋 copy color: '#6529BB'

red 101 ◦ green 41 ◦ blue 187

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

Shades of Purple Heart #6529BB

Tints of Purple Heart #6529BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.46%

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 30.7%
G = 12.46%
B = 56.84%

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

#6529BB (or 0x6529BB) is known color: Purple Heart. HEX triplet: 65, 29 and BB. RGB value is (101,41,187). Sum of RGB (Red+Green+Blue) = 101+41+187=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #6529BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6529BB is #9AD644. Grayscale: #4B4B4B. Windows color (decimal): -10147397 or 12265829. OLE color: 12265829.

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

Color convert

RGB 101 41 187 -
CMYK 0.46 0.78 0 0.27
HSL 264.66º 0.64% 0.45% -
HSV(B) 264.66º 0.78% 0.73% -
XYZ 15.13 7.94 47.75 -
YUV 75.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 101 41 187 0.46 0.78 0 0.27 264.66 0.64 0.45
Hex 65 29 BB 2E 4E 0 1B 109 40 2D
Octal 145 51 273 56 116 0 33 411 100 55
Binary 1100101 101001 10111011 101110 1001110 0 11011 100001001 1000000 101101

Color Harmonies of #6529BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6529BB

Black with #6529BB

Text Example


Text Example

White with #6529BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6529BB; }

 p { color: rgb(101,41,187); }

 H1.HeaderClassName
 {
   color: #6529BB;
 }
 .AnyTagClassName
 {
   color: #6529BB;
 }
</style>

background-color css

<style>
 a { background-color: #6529BB; }

 a { background-color: rgb(101,41,187); }

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

border-color css

<style>
 span { border-color: #6529BB; }

 span { border-color: rgb(101,41,187); }

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