Html Css Color HEX #6521BA Purple Heart

📋 copy color: '#6521BA'

red 101 ◦ green 33 ◦ blue 186

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

Shades of Purple Heart #6521BA

Tints of Purple Heart #6521BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

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

R = 31.56%
G = 10.31%
B = 58.13%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6521BA (or 0x6521BA) is known color: Purple Heart. HEX triplet: 65, 21 and BA. RGB value is (101,33,186). Sum of RGB (Red+Green+Blue) = 101+33+186=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #6521BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6521BA is #9ADE45. Grayscale: #464646. Windows color (decimal): -10149446 or 12198245. OLE color: 12198245.

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

Color convert

RGB 101 33 186 -
CMYK 0.46 0.82 0 0.27
HSL 266.67º 0.7% 0.43% -
HSV(B) 266.67º 0.82% 0.73% -
XYZ 14.77 7.4 47.1 -
YUV 70.77 193.03 149.56 -
System Red Green Blue C M Y K H S L
Decimal 101 33 186 0.46 0.82 0 0.27 266.67 0.7 0.43
Hex 65 21 BA 2E 52 0 1B 10B 46 2B
Octal 145 41 272 56 122 0 33 413 106 53
Binary 1100101 100001 10111010 101110 1010010 0 11011 100001011 1000110 101011

Color Harmonies of #6521BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6521BA

Black with #6521BA

Text Example


Text Example

White with #6521BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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