Html Css Color HEX #6611AF Purple Heart

📋 copy color: '#6611AF'

red 102 ◦ green 17 ◦ blue 175

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

Shades of Purple Heart #6611AF

Tints of Purple Heart #6611AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.78%

 BLUE value IS 175 (68.75% from 255) = 59.52%

R = 34.69%
G = 5.78%
B = 59.52%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6611AF (or 0x6611AF) is known color: Purple Heart. HEX triplet: 66, 11 and AF. RGB value is (102,17,175). Sum of RGB (Red+Green+Blue) = 102+17+175=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #6611AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6611AF is #99EE50. Grayscale: #3B3B3B. Windows color (decimal): -10088017 or 11473254. OLE color: 11473254.

HSL color Cylindrical-coordinate representation of color #6611AF: hue angle of 272.28º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6611AF is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 17 175 -
CMYK 0.42 0.90 0 0.31
HSL 272.28º 0.82% 0.38% -
HSV(B) 272.28º 0.9% 0.69% -
XYZ 13.42 6.32 41.07 -
YUV 60.43 192.66 157.65 -
System Red Green Blue C M Y K H S L
Decimal 102 17 175 0.42 0.90 0 0.31 272.28 0.82 0.38
Hex 66 11 AF 2A 5A 0 1F 110 52 26
Octal 146 21 257 52 132 0 37 420 122 46
Binary 1100110 10001 10101111 101010 1011010 0 11111 100010000 1010010 100110

Color Harmonies of #6611AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6611AF

Black with #6611AF

Text Example


Text Example

White with #6611AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6611AF; }

 p { color: rgb(102,17,175); }

 H1.HeaderClassName
 {
   color: #6611AF;
 }
 .AnyTagClassName
 {
   color: #6611AF;
 }
</style>

background-color css

<style>
 a { background-color: #6611AF; }

 a { background-color: rgb(102,17,175); }

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

border-color css

<style>
 span { border-color: #6611AF; }

 span { border-color: rgb(102,17,175); }

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