Html Css Color HEX #6517A7 Purple Heart

📋 copy color: '#6517A7'

red 101 ◦ green 23 ◦ blue 167

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

Shades of Purple Heart #6517A7

Tints of Purple Heart #6517A7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

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

R = 34.71%
G = 7.9%
B = 57.39%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6517A7 (or 0x6517A7) is known color: Purple Heart. HEX triplet: 65, 17 and A7. RGB value is (101,23,167). Sum of RGB (Red+Green+Blue) = 101+23+167=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 167 (65.62% from 255 or 57.39% from 291); Max value from RGB is 167 - color contains mainly: blue. Hex color #6517A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6517A7 is #9AE858. Grayscale: #3E3E3E. Windows color (decimal): -10152025 or 10950501. OLE color: 10950501.

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

Color convert

RGB 101 23 167 -
CMYK 0.40 0.86 0 0.35
HSL 272.5º 0.76% 0.37% -
HSV(B) 272.5º 0.86% 0.65% -
XYZ 12.65 6.17 37.08 -
YUV 62.74 186.84 155.29 -
System Red Green Blue C M Y K H S L
Decimal 101 23 167 0.40 0.86 0 0.35 272.5 0.76 0.37
Hex 65 17 A7 28 56 0 23 110 4C 25
Octal 145 27 247 50 126 0 43 420 114 45
Binary 1100101 10111 10100111 101000 1010110 0 100011 100010000 1001100 100101

Color Harmonies of #6517A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6517A7

Black with #6517A7

Text Example


Text Example

White with #6517A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,23,167); }

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

background-color css

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

 a { background-color: rgb(101,23,167); }

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

border-color css

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

 span { border-color: rgb(101,23,167); }

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