Html Css Color HEX #6523AE Purple Heart

📋 copy color: '#6523AE'

red 101 ◦ green 35 ◦ blue 174

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

Shades of Purple Heart #6523AE

Tints of Purple Heart #6523AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 32.58%
G = 11.29%
B = 56.13%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6523AE (or 0x6523AE) is known color: Purple Heart. HEX triplet: 65, 23 and AE. RGB value is (101,35,174). Sum of RGB (Red+Green+Blue) = 101+35+174=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #6523AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6523AE is #9ADC51. Grayscale: #464646. Windows color (decimal): -10148946 or 11412325. OLE color: 11412325.

HSL color Cylindrical-coordinate representation of color #6523AE: hue angle of 268.49º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6523AE is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 35 174 -
CMYK 0.42 0.80 0 0.32
HSL 268.49º 0.67% 0.41% -
HSV(B) 268.49º 0.8% 0.68% -
XYZ 13.61 7.02 40.68 -
YUV 70.58 186.37 149.7 -
System Red Green Blue C M Y K H S L
Decimal 101 35 174 0.42 0.80 0 0.32 268.49 0.67 0.41
Hex 65 23 AE 2A 50 0 20 10C 43 29
Octal 145 43 256 52 120 0 40 414 103 51
Binary 1100101 100011 10101110 101010 1010000 0 100000 100001100 1000011 101001

Color Harmonies of #6523AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6523AE

Black with #6523AE

Text Example


Text Example

White with #6523AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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