Html Css Color HEX #6523A9 Purple Heart

📋 copy color: '#6523A9'

red 101 ◦ green 35 ◦ blue 169

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

Shades of Purple Heart #6523A9

Tints of Purple Heart #6523A9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

 BLUE value IS 169 (66.41% from 255) = 55.41%

R = 33.11%
G = 11.48%
B = 55.41%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6523A9 (or 0x6523A9) is known color: Purple Heart. HEX triplet: 65, 23 and A9. RGB value is (101,35,169). Sum of RGB (Red+Green+Blue) = 101+35+169=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 169 (66.41% from 255 or 55.41% from 305); Max value from RGB is 169 - color contains mainly: blue. Hex color #6523A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6523A9 is #9ADC56. Grayscale: #454545. Windows color (decimal): -10148951 or 11084645. OLE color: 11084645.

HSL color Cylindrical-coordinate representation of color #6523A9: hue angle of 269.55º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6523A9 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 101 35 169 -
CMYK 0.40 0.79 0 0.34
HSL 269.55º 0.66% 0.4% -
HSV(B) 269.55º 0.79% 0.66% -
XYZ 13.13 6.83 38.16 -
YUV 70.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 101 35 169 0.40 0.79 0 0.34 269.55 0.66 0.4
Hex 65 23 A9 28 4F 0 22 10E 42 28
Octal 145 43 251 50 117 0 42 416 102 50
Binary 1100101 100011 10101001 101000 1001111 0 100010 100001110 1000010 101000

Color Harmonies of #6523A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6523A9

Black with #6523A9

Text Example


Text Example

White with #6523A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6523A9; }

 p { color: rgb(101,35,169); }

 H1.HeaderClassName
 {
   color: #6523A9;
 }
 .AnyTagClassName
 {
   color: #6523A9;
 }
</style>

background-color css

<style>
 a { background-color: #6523A9; }

 a { background-color: rgb(101,35,169); }

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

border-color css

<style>
 span { border-color: #6523A9; }

 span { border-color: rgb(101,35,169); }

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