Html Css Color HEX #6505AF Purple Heart

📋 copy color: '#6505AF'

red 101 ◦ green 5 ◦ blue 175

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

Shades of Purple Heart #6505AF

Tints of Purple Heart #6505AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

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

R = 35.94%
G = 1.78%
B = 62.28%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6505AF (or 0x6505AF) is known color: Purple Heart. HEX triplet: 65, 05 and AF. RGB value is (101,5,175). Sum of RGB (Red+Green+Blue) = 101+5+175=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #6505AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6505AF is #9AFA50. Grayscale: #343434. Windows color (decimal): -10156625 or 11470181. OLE color: 11470181.

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

Color convert

RGB 101 5 175 -
CMYK 0.42 0.97 0 0.31
HSL 273.88º 0.94% 0.35% -
HSV(B) 273.88º 0.97% 0.69% -
XYZ 13.16 5.97 41.02 -
YUV 53.08 196.8 162.18 -
System Red Green Blue C M Y K H S L
Decimal 101 5 175 0.42 0.97 0 0.31 273.88 0.94 0.35
Hex 65 5 AF 2A 61 0 1F 112 5E 23
Octal 145 5 257 52 141 0 37 422 136 43
Binary 1100101 101 10101111 101010 1100001 0 11111 100010010 1011110 100011

Color Harmonies of #6505AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505AF

Black with #6505AF

Text Example


Text Example

White with #6505AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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