Html Css Color HEX #6527BD Purple Heart

📋 copy color: '#6527BD'

red 101 ◦ green 39 ◦ blue 189

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

Shades of Purple Heart #6527BD

Tints of Purple Heart #6527BD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.85%

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

R = 30.7%
G = 11.85%
B = 57.45%

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

#6527BD (or 0x6527BD) is known color: Purple Heart. HEX triplet: 65, 27 and BD. RGB value is (101,39,189). Sum of RGB (Red+Green+Blue) = 101+39+189=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #6527BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6527BD is #9AD842. Grayscale: #4A4A4A. Windows color (decimal): -10147907 or 12396389. OLE color: 12396389.

HSL color Cylindrical-coordinate representation of color #6527BD: hue angle of 264.8º degrees, saturation: 0.66, 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 #6527BD is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 39 189 -
CMYK 0.47 0.79 0 0.26
HSL 264.8º 0.66% 0.45% -
HSV(B) 264.8º 0.79% 0.74% -
XYZ 15.28 7.89 48.86 -
YUV 74.64 192.54 146.8 -
System Red Green Blue C M Y K H S L
Decimal 101 39 189 0.47 0.79 0 0.26 264.8 0.66 0.45
Hex 65 27 BD 2F 4F 0 1A 109 42 2D
Octal 145 47 275 57 117 0 32 411 102 55
Binary 1100101 100111 10111101 101111 1001111 0 11010 100001001 1000010 101101

Color Harmonies of #6527BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527BD

Black with #6527BD

Text Example


Text Example

White with #6527BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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