Html Css Color HEX #6507AC Purple Heart

📋 copy color: '#6507AC'

red 101 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #6507AC

Tints of Purple Heart #6507AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

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

R = 36.07%
G = 2.5%
B = 61.43%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6507AC (or 0x6507AC) is known color: Purple Heart. HEX triplet: 65, 07 and AC. RGB value is (101,7,172). Sum of RGB (Red+Green+Blue) = 101+7+172=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #6507AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6507AC is #9AF853. Grayscale: #353535. Windows color (decimal): -10156116 or 11274085. OLE color: 11274085.

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

Color convert

RGB 101 7 172 -
CMYK 0.41 0.96 0 0.33
HSL 274.18º 0.92% 0.35% -
HSV(B) 274.18º 0.96% 0.67% -
XYZ 12.89 5.9 39.49 -
YUV 53.92 194.64 161.58 -
System Red Green Blue C M Y K H S L
Decimal 101 7 172 0.41 0.96 0 0.33 274.18 0.92 0.35
Hex 65 7 AC 29 60 0 21 112 5C 23
Octal 145 7 254 51 140 0 41 422 134 43
Binary 1100101 111 10101100 101001 1100000 0 100001 100010010 1011100 100011

Color Harmonies of #6507AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6507AC

Black with #6507AC

Text Example


Text Example

White with #6507AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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