Html Css Color HEX #6415A7 Purple Heart

📋 copy color: '#6415A7'

red 100 ◦ green 21 ◦ blue 167

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

Shades of Purple Heart #6415A7

Tints of Purple Heart #6415A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 57.99%

R = 34.72%
G = 7.29%
B = 57.99%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6415A7 (or 0x6415A7) is known color: Purple Heart. HEX triplet: 64, 15 and A7. RGB value is (100,21,167). Sum of RGB (Red+Green+Blue) = 100+21+167=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 167 (65.62% from 255 or 57.99% from 288); Max value from RGB is 167 - color contains mainly: blue. Hex color #6415A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6415A7 is #9BEA58. Grayscale: #3C3C3C. Windows color (decimal): -10218073 or 10949988. OLE color: 10949988.

HSL color Cylindrical-coordinate representation of color #6415A7: hue angle of 272.47º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6415A7 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 21 167 -
CMYK 0.40 0.87 0 0.35
HSL 272.47º 0.78% 0.37% -
HSV(B) 272.47º 0.87% 0.65% -
XYZ 12.5 6.04 37.07 -
YUV 61.27 187.67 155.63 -
System Red Green Blue C M Y K H S L
Decimal 100 21 167 0.40 0.87 0 0.35 272.47 0.78 0.37
Hex 64 15 A7 28 57 0 23 110 4E 25
Octal 144 25 247 50 127 0 43 420 116 45
Binary 1100100 10101 10100111 101000 1010111 0 100011 100010000 1001110 100101

Color Harmonies of #6415A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415A7

Black with #6415A7

Text Example


Text Example

White with #6415A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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