Html Css Color HEX #6517AF Purple Heart

📋 copy color: '#6517AF'

red 101 ◦ green 23 ◦ blue 175

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

Shades of Purple Heart #6517AF

Tints of Purple Heart #6517AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.53%

R = 33.78%
G = 7.69%
B = 58.53%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6517AF (or 0x6517AF) is known color: Purple Heart. HEX triplet: 65, 17 and AF. RGB value is (101,23,175). Sum of RGB (Red+Green+Blue) = 101+23+175=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #6517AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6517AF is #9AE850. Grayscale: #3F3F3F. Windows color (decimal): -10152017 or 11474789. OLE color: 11474789.

HSL color Cylindrical-coordinate representation of color #6517AF: hue angle of 270.79º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6517AF is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 23 175 -
CMYK 0.42 0.87 0 0.31
HSL 270.79º 0.77% 0.39% -
HSV(B) 270.79º 0.87% 0.69% -
XYZ 13.41 6.47 41.1 -
YUV 63.65 190.84 154.64 -
System Red Green Blue C M Y K H S L
Decimal 101 23 175 0.42 0.87 0 0.31 270.79 0.77 0.39
Hex 65 17 AF 2A 57 0 1F 10F 4D 27
Octal 145 27 257 52 127 0 37 417 115 47
Binary 1100101 10111 10101111 101010 1010111 0 11111 100001111 1001101 100111

Color Harmonies of #6517AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6517AF

Black with #6517AF

Text Example


Text Example

White with #6517AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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