Html Css Color HEX #6510AF Purple Heart

📋 copy color: '#6510AF'

red 101 ◦ green 16 ◦ blue 175

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

Shades of Purple Heart #6510AF

Tints of Purple Heart #6510AF

RGB

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

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

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

R = 34.59%
G = 5.48%
B = 59.93%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6510AF (or 0x6510AF) is known color: Purple Heart. HEX triplet: 65, 10 and AF. RGB value is (101,16,175). Sum of RGB (Red+Green+Blue) = 101+16+175=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #6510AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6510AF is #9AEF50. Grayscale: #3A3A3A. Windows color (decimal): -10153809 or 11472997. OLE color: 11472997.

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

Color convert

RGB 101 16 175 -
CMYK 0.42 0.91 0 0.31
HSL 272.08º 0.83% 0.37% -
HSV(B) 272.08º 0.91% 0.69% -
XYZ 13.29 6.23 41.06 -
YUV 59.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 101 16 175 0.42 0.91 0 0.31 272.08 0.83 0.37
Hex 65 10 AF 2A 5B 0 1F 110 53 25
Octal 145 20 257 52 133 0 37 420 123 45
Binary 1100101 10000 10101111 101010 1011011 0 11111 100010000 1010011 100101

Color Harmonies of #6510AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510AF

Black with #6510AF

Text Example


Text Example

White with #6510AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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