Html Css Color HEX #6607AB Purple Heart

📋 copy color: '#6607AB'

red 102 ◦ green 7 ◦ blue 171

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

Shades of Purple Heart #6607AB

Tints of Purple Heart #6607AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 36.43%
G = 2.5%
B = 61.07%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6607AB (or 0x6607AB) is known color: Purple Heart. HEX triplet: 66, 07 and AB. RGB value is (102,7,171). Sum of RGB (Red+Green+Blue) = 102+7+171=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #6607AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6607AB is #99F854. Grayscale: #353535. Windows color (decimal): -10090581 or 11208550. OLE color: 11208550.

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

Color convert

RGB 102 7 171 -
CMYK 0.40 0.96 0 0.33
HSL 274.76º 0.92% 0.35% -
HSV(B) 274.76º 0.96% 0.67% -
XYZ 12.91 5.92 38.99 -
YUV 54.1 193.97 162.16 -
System Red Green Blue C M Y K H S L
Decimal 102 7 171 0.40 0.96 0 0.33 274.76 0.92 0.35
Hex 66 7 AB 28 60 0 21 113 5C 23
Octal 146 7 253 50 140 0 41 423 134 43
Binary 1100110 111 10101011 101000 1100000 0 100001 100010011 1011100 100011

Color Harmonies of #6607AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6607AB

Black with #6607AB

Text Example


Text Example

White with #6607AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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