Html Css Color HEX #6601AF Purple Heart

📋 copy color: '#6601AF'

red 102 ◦ green 1 ◦ blue 175

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

Shades of Purple Heart #6601AF

Tints of Purple Heart #6601AF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 36.69%
G = 0.36%
B = 62.95%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6601AF (or 0x6601AF) is known color: Purple Heart. HEX triplet: 66, 01 and AF. RGB value is (102,1,175). Sum of RGB (Red+Green+Blue) = 102+1+175=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #6601AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6601AF is #99FE50. Grayscale: #323232. Windows color (decimal): -10092113 or 11469158. OLE color: 11469158.

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

Color convert

RGB 102 1 175 -
CMYK 0.42 0.99 0 0.31
HSL 274.83º 0.99% 0.35% -
HSV(B) 274.83º 0.99% 0.69% -
XYZ 13.23 5.94 41.01 -
YUV 51.04 197.96 164.35 -
System Red Green Blue C M Y K H S L
Decimal 102 1 175 0.42 0.99 0 0.31 274.83 0.99 0.35
Hex 66 1 AF 2A 63 0 1F 113 63 23
Octal 146 1 257 52 143 0 37 423 143 43
Binary 1100110 1 10101111 101010 1100011 0 11111 100010011 1100011 100011

Color Harmonies of #6601AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6601AF

Black with #6601AF

Text Example


Text Example

White with #6601AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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