Html Css Color HEX #6617AF Purple Heart

📋 copy color: '#6617AF'

red 102 ◦ green 23 ◦ blue 175

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

Shades of Purple Heart #6617AF

Tints of Purple Heart #6617AF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.67%

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

R = 34%
G = 7.67%
B = 58.33%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6617AF (or 0x6617AF) is known color: Purple Heart. HEX triplet: 66, 17 and AF. RGB value is (102,23,175). Sum of RGB (Red+Green+Blue) = 102+23+175=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #6617AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6617AF is #99E850. Grayscale: #3F3F3F. Windows color (decimal): -10086481 or 11474790. OLE color: 11474790.

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

Color convert

RGB 102 23 175 -
CMYK 0.42 0.87 0 0.31
HSL 271.18º 0.77% 0.39% -
HSV(B) 271.18º 0.87% 0.69% -
XYZ 13.52 6.53 41.11 -
YUV 63.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 102 23 175 0.42 0.87 0 0.31 271.18 0.77 0.39
Hex 66 17 AF 2A 57 0 1F 10F 4D 27
Octal 146 27 257 52 127 0 37 417 115 47
Binary 1100110 10111 10101111 101010 1010111 0 11111 100001111 1001101 100111

Color Harmonies of #6617AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6617AF

Black with #6617AF

Text Example


Text Example

White with #6617AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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