Html Css Color HEX #6607AA Purple Heart

📋 copy color: '#6607AA'

red 102 ◦ green 7 ◦ blue 170

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

Shades of Purple Heart #6607AA

Tints of Purple Heart #6607AA

RGB

 RED value IS 102 (40.23% from 255) = 36.56%

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

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

R = 36.56%
G = 2.51%
B = 60.93%

CMYK

 C value IS 0.4

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6607AA (or 0x6607AA) is known color: Purple Heart. HEX triplet: 66, 07 and AA. RGB value is (102,7,170). Sum of RGB (Red+Green+Blue) = 102+7+170=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #6607AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6607AA is #99F855. Grayscale: #353535. Windows color (decimal): -10090582 or 11143014. OLE color: 11143014.

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

Color convert

RGB 102 7 170 -
CMYK 0.4 0.96 0 0.33
HSL 274.97º 0.92% 0.35% -
HSV(B) 274.97º 0.96% 0.67% -
XYZ 12.81 5.88 38.49 -
YUV 53.99 193.47 162.25 -
System Red Green Blue C M Y K H S L
Decimal 102 7 170 0.4 0.96 0 0.33 274.97 0.92 0.35
Hex 66 7 AA 28 60 0 21 113 5C 23
Octal 146 7 252 50 140 0 41 423 134 43
Binary 1100110 111 10101010 101000 1100000 0 100001 100010011 1011100 100011

Color Harmonies of #6607AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6607AA

Black with #6607AA

Text Example


Text Example

White with #6607AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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