Html Css Color HEX #6510AA Purple Heart

📋 copy color: '#6510AA'

red 101 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #6510AA

Tints of Purple Heart #6510AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

 BLUE value IS 170 (66.8% from 255) = 59.23%

R = 35.19%
G = 5.57%
B = 59.23%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6510AA (or 0x6510AA) is known color: Purple Heart. HEX triplet: 65, 10 and AA. RGB value is (101,16,170). Sum of RGB (Red+Green+Blue) = 101+16+170=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #6510AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6510AA is #9AEF55. Grayscale: #3A3A3A. Windows color (decimal): -10153814 or 11145317. OLE color: 11145317.

HSL color Cylindrical-coordinate representation of color #6510AA: hue angle of 273.12º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6510AA is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 16 170 -
CMYK 0.41 0.91 0 0.33
HSL 273.12º 0.83% 0.36% -
HSV(B) 273.12º 0.91% 0.67% -
XYZ 12.81 6.04 38.52 -
YUV 58.97 190.66 157.98 -
System Red Green Blue C M Y K H S L
Decimal 101 16 170 0.41 0.91 0 0.33 273.12 0.83 0.36
Hex 65 10 AA 29 5B 0 21 111 53 24
Octal 145 20 252 51 133 0 41 421 123 44
Binary 1100101 10000 10101010 101001 1011011 0 100001 100010001 1010011 100100

Color Harmonies of #6510AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510AA

Black with #6510AA

Text Example


Text Example

White with #6510AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6510AA; }

 p { color: rgb(101,16,170); }

 H1.HeaderClassName
 {
   color: #6510AA;
 }
 .AnyTagClassName
 {
   color: #6510AA;
 }
</style>

background-color css

<style>
 a { background-color: #6510AA; }

 a { background-color: rgb(101,16,170); }

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

border-color css

<style>
 span { border-color: #6510AA; }

 span { border-color: rgb(101,16,170); }

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