Html Css Color HEX #6527BF Purple Heart

📋 copy color: '#6527BF'

red 101 ◦ green 39 ◦ blue 191

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

Shades of Purple Heart #6527BF

Tints of Purple Heart #6527BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.7%

R = 30.51%
G = 11.78%
B = 57.7%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6527BF (or 0x6527BF) is known color: Purple Heart. HEX triplet: 65, 27 and BF. RGB value is (101,39,191). Sum of RGB (Red+Green+Blue) = 101+39+191=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #6527BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6527BF is #9AD840. Grayscale: #4A4A4A. Windows color (decimal): -10147905 or 12527461. OLE color: 12527461.

HSL color Cylindrical-coordinate representation of color #6527BF: hue angle of 264.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6527BF is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 39 191 -
CMYK 0.47 0.80 0 0.25
HSL 264.47º 0.66% 0.45% -
HSV(B) 264.47º 0.8% 0.75% -
XYZ 15.5 7.98 50.01 -
YUV 74.87 193.54 146.64 -
System Red Green Blue C M Y K H S L
Decimal 101 39 191 0.47 0.80 0 0.25 264.47 0.66 0.45
Hex 65 27 BF 2F 50 0 19 108 42 2D
Octal 145 47 277 57 120 0 31 410 102 55
Binary 1100101 100111 10111111 101111 1010000 0 11001 100001000 1000010 101101

Color Harmonies of #6527BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527BF

Black with #6527BF

Text Example


Text Example

White with #6527BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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