Html Css Color HEX #6610AF Purple Heart

📋 copy color: '#6610AF'

red 102 ◦ green 16 ◦ blue 175

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

Shades of Purple Heart #6610AF

Tints of Purple Heart #6610AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.46%

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

R = 34.81%
G = 5.46%
B = 59.73%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6610AF (or 0x6610AF) is known color: Purple Heart. HEX triplet: 66, 10 and AF. RGB value is (102,16,175). Sum of RGB (Red+Green+Blue) = 102+16+175=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #6610AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6610AF is #99EF50. Grayscale: #3B3B3B. Windows color (decimal): -10088273 or 11472998. OLE color: 11472998.

HSL color Cylindrical-coordinate representation of color #6610AF: hue angle of 272.45º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6610AF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 16 175 -
CMYK 0.42 0.91 0 0.31
HSL 272.45º 0.83% 0.37% -
HSV(B) 272.45º 0.91% 0.69% -
XYZ 13.4 6.29 41.07 -
YUV 59.84 192.99 158.07 -
System Red Green Blue C M Y K H S L
Decimal 102 16 175 0.42 0.91 0 0.31 272.45 0.83 0.37
Hex 66 10 AF 2A 5B 0 1F 110 53 25
Octal 146 20 257 52 133 0 37 420 123 45
Binary 1100110 10000 10101111 101010 1011011 0 11111 100010000 1010011 100101

Color Harmonies of #6610AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6610AF

Black with #6610AF

Text Example


Text Example

White with #6610AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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