Html Css Color HEX #6518A4 Purple Heart

📋 copy color: '#6518A4'

red 101 ◦ green 24 ◦ blue 164

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

Shades of Purple Heart #6518A4

Tints of Purple Heart #6518A4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 164 (64.45% from 255) = 56.75%

R = 34.95%
G = 8.3%
B = 56.75%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6518A4 (or 0x6518A4) is known color: Purple Heart. HEX triplet: 65, 18 and A4. RGB value is (101,24,164). Sum of RGB (Red+Green+Blue) = 101+24+164=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #6518A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6518A4 is #9AE75B. Grayscale: #3E3E3E. Windows color (decimal): -10151772 or 10754149. OLE color: 10754149.

HSL color Cylindrical-coordinate representation of color #6518A4: hue angle of 273º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6518A4 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 24 164 -
CMYK 0.38 0.85 0 0.36
HSL 273º 0.74% 0.37% -
HSV(B) 273º 0.85% 0.64% -
XYZ 12.39 6.1 35.65 -
YUV 62.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 101 24 164 0.38 0.85 0 0.36 273 0.74 0.37
Hex 65 18 A4 26 55 0 24 111 4A 25
Octal 145 30 244 46 125 0 44 421 112 45
Binary 1100101 11000 10100100 100110 1010101 0 100100 100010001 1001010 100101

Color Harmonies of #6518A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6518A4

Black with #6518A4

Text Example


Text Example

White with #6518A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6518A4; }

 p { color: rgb(101,24,164); }

 H1.HeaderClassName
 {
   color: #6518A4;
 }
 .AnyTagClassName
 {
   color: #6518A4;
 }
</style>

background-color css

<style>
 a { background-color: #6518A4; }

 a { background-color: rgb(101,24,164); }

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

border-color css

<style>
 span { border-color: #6518A4; }

 span { border-color: rgb(101,24,164); }

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