Html Css Color HEX #6608AD Purple Heart

📋 copy color: '#6608AD'

red 102 ◦ green 8 ◦ blue 173

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

Shades of Purple Heart #6608AD

Tints of Purple Heart #6608AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

 BLUE value IS 173 (67.97% from 255) = 61.13%

R = 36.04%
G = 2.83%
B = 61.13%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6608AD (or 0x6608AD) is known color: Purple Heart. HEX triplet: 66, 08 and AD. RGB value is (102,8,173). Sum of RGB (Red+Green+Blue) = 102+8+173=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #6608AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6608AD is #99F752. Grayscale: #363636. Windows color (decimal): -10090323 or 11339878. OLE color: 11339878.

HSL color Cylindrical-coordinate representation of color #6608AD: hue angle of 274.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6608AD is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 8 173 -
CMYK 0.41 0.95 0 0.32
HSL 274.18º 0.91% 0.35% -
HSV(B) 274.18º 0.95% 0.68% -
XYZ 13.11 6.02 40.01 -
YUV 54.92 194.64 161.58 -
System Red Green Blue C M Y K H S L
Decimal 102 8 173 0.41 0.95 0 0.32 274.18 0.91 0.35
Hex 66 8 AD 29 5F 0 20 112 5B 23
Octal 146 10 255 51 137 0 40 422 133 43
Binary 1100110 1000 10101101 101001 1011111 0 100000 100010010 1011011 100011

Color Harmonies of #6608AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608AD

Black with #6608AD

Text Example


Text Example

White with #6608AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6608AD; }

 p { color: rgb(102,8,173); }

 H1.HeaderClassName
 {
   color: #6608AD;
 }
 .AnyTagClassName
 {
   color: #6608AD;
 }
</style>

background-color css

<style>
 a { background-color: #6608AD; }

 a { background-color: rgb(102,8,173); }

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

border-color css

<style>
 span { border-color: #6608AD; }

 span { border-color: rgb(102,8,173); }

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