Html Css Color HEX #6418A5 Purple Heart

📋 copy color: '#6418A5'

red 100 ◦ green 24 ◦ blue 165

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

Shades of Purple Heart #6418A5

Tints of Purple Heart #6418A5

RGB

 RED value IS 100 (39.45% from 255) = 34.6%

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

 BLUE value IS 165 (64.84% from 255) = 57.09%

R = 34.6%
G = 8.3%
B = 57.09%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6418A5 (or 0x6418A5) is known color: Purple Heart. HEX triplet: 64, 18 and A5. RGB value is (100,24,165). Sum of RGB (Red+Green+Blue) = 100+24+165=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #6418A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6418A5 is #9BE75A. Grayscale: #3E3E3E. Windows color (decimal): -10217307 or 10819684. OLE color: 10819684.

HSL color Cylindrical-coordinate representation of color #6418A5: hue angle of 272.34º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6418A5 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 24 165 -
CMYK 0.39 0.85 0 0.35
HSL 272.34º 0.75% 0.37% -
HSV(B) 272.34º 0.85% 0.65% -
XYZ 12.37 6.08 36.12 -
YUV 62.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 100 24 165 0.39 0.85 0 0.35 272.34 0.75 0.37
Hex 64 18 A5 27 55 0 23 110 4B 25
Octal 144 30 245 47 125 0 43 420 113 45
Binary 1100100 11000 10100101 100111 1010101 0 100011 100010000 1001011 100101

Color Harmonies of #6418A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6418A5

Black with #6418A5

Text Example


Text Example

White with #6418A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6418A5; }

 p { color: rgb(100,24,165); }

 H1.HeaderClassName
 {
   color: #6418A5;
 }
 .AnyTagClassName
 {
   color: #6418A5;
 }
</style>

background-color css

<style>
 a { background-color: #6418A5; }

 a { background-color: rgb(100,24,165); }

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

border-color css

<style>
 span { border-color: #6418A5; }

 span { border-color: rgb(100,24,165); }

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