Html Css Color HEX #6506AC Purple Heart

📋 copy color: '#6506AC'

red 101 ◦ green 6 ◦ blue 172

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

Shades of Purple Heart #6506AC

Tints of Purple Heart #6506AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

 BLUE value IS 172 (67.58% from 255) = 61.65%

R = 36.2%
G = 2.15%
B = 61.65%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6506AC (or 0x6506AC) is known color: Purple Heart. HEX triplet: 65, 06 and AC. RGB value is (101,6,172). Sum of RGB (Red+Green+Blue) = 101+6+172=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #6506AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6506AC is #9AF953. Grayscale: #343434. Windows color (decimal): -10156372 or 11273829. OLE color: 11273829.

HSL color Cylindrical-coordinate representation of color #6506AC: hue angle of 274.34º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6506AC is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 6 172 -
CMYK 0.41 0.97 0 0.33
HSL 274.34º 0.93% 0.35% -
HSV(B) 274.34º 0.97% 0.67% -
XYZ 12.88 5.88 39.49 -
YUV 53.33 194.97 162 -
System Red Green Blue C M Y K H S L
Decimal 101 6 172 0.41 0.97 0 0.33 274.34 0.93 0.35
Hex 65 6 AC 29 61 0 21 112 5D 23
Octal 145 6 254 51 141 0 41 422 135 43
Binary 1100101 110 10101100 101001 1100001 0 100001 100010010 1011101 100011

Color Harmonies of #6506AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6506AC

Black with #6506AC

Text Example


Text Example

White with #6506AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6506AC; }

 p { color: rgb(101,6,172); }

 H1.HeaderClassName
 {
   color: #6506AC;
 }
 .AnyTagClassName
 {
   color: #6506AC;
 }
</style>

background-color css

<style>
 a { background-color: #6506AC; }

 a { background-color: rgb(101,6,172); }

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

border-color css

<style>
 span { border-color: #6506AC; }

 span { border-color: rgb(101,6,172); }

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