Html Css Color HEX #6415AD Purple Heart

📋 copy color: '#6415AD'

red 100 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #6415AD

Tints of Purple Heart #6415AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

 BLUE value IS 173 (67.97% from 255) = 58.84%

R = 34.01%
G = 7.14%
B = 58.84%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6415AD (or 0x6415AD) is known color: Purple Heart. HEX triplet: 64, 15 and AD. RGB value is (100,21,173). Sum of RGB (Red+Green+Blue) = 100+21+173=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #6415AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6415AD is #9BEA52. Grayscale: #3D3D3D. Windows color (decimal): -10218067 or 11343204. OLE color: 11343204.

HSL color Cylindrical-coordinate representation of color #6415AD: hue angle of 271.18º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6415AD is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 21 173 -
CMYK 0.42 0.88 0 0.32
HSL 271.18º 0.78% 0.38% -
HSV(B) 271.18º 0.88% 0.68% -
XYZ 13.07 6.26 40.06 -
YUV 61.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 100 21 173 0.42 0.88 0 0.32 271.18 0.78 0.38
Hex 64 15 AD 2A 58 0 20 10F 4E 26
Octal 144 25 255 52 130 0 40 417 116 46
Binary 1100100 10101 10101101 101010 1011000 0 100000 100001111 1001110 100110

Color Harmonies of #6415AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415AD

Black with #6415AD

Text Example


Text Example

White with #6415AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6415AD; }

 p { color: rgb(100,21,173); }

 H1.HeaderClassName
 {
   color: #6415AD;
 }
 .AnyTagClassName
 {
   color: #6415AD;
 }
</style>

background-color css

<style>
 a { background-color: #6415AD; }

 a { background-color: rgb(100,21,173); }

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

border-color css

<style>
 span { border-color: #6415AD; }

 span { border-color: rgb(100,21,173); }

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