Html Css Color HEX #6507AA Purple Heart

📋 copy color: '#6507AA'

red 101 ◦ green 7 ◦ blue 170

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

Shades of Purple Heart #6507AA

Tints of Purple Heart #6507AA

RGB

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

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

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

R = 36.33%
G = 2.52%
B = 61.15%

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

#6507AA (or 0x6507AA) is known color: Purple Heart. HEX triplet: 65, 07 and AA. RGB value is (101,7,170). Sum of RGB (Red+Green+Blue) = 101+7+170=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #6507AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6507AA is #9AF855. Grayscale: #353535. Windows color (decimal): -10156118 or 11143013. OLE color: 11143013.

HSL color Cylindrical-coordinate representation of color #6507AA: hue angle of 274.6º 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 #6507AA is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 7 170 -
CMYK 0.41 0.96 0 0.33
HSL 274.6º 0.92% 0.35% -
HSV(B) 274.6º 0.96% 0.67% -
XYZ 12.7 5.82 38.48 -
YUV 53.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 101 7 170 0.41 0.96 0 0.33 274.6 0.92 0.35
Hex 65 7 AA 29 60 0 21 113 5C 23
Octal 145 7 252 51 140 0 41 423 134 43
Binary 1100101 111 10101010 101001 1100000 0 100001 100010011 1011100 100011

Color Harmonies of #6507AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6507AA

Black with #6507AA

Text Example


Text Example

White with #6507AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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