Html Css Color HEX #6621AF Purple Heart

📋 copy color: '#6621AF'

red 102 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #6621AF

Tints of Purple Heart #6621AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

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

R = 32.9%
G = 10.65%
B = 56.45%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6621AF (or 0x6621AF) is known color: Purple Heart. HEX triplet: 66, 21 and AF. RGB value is (102,33,175). Sum of RGB (Red+Green+Blue) = 102+33+175=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #6621AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6621AF is #99DE50. Grayscale: #454545. Windows color (decimal): -10083921 or 11477350. OLE color: 11477350.

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

Color convert

RGB 102 33 175 -
CMYK 0.42 0.81 0 0.31
HSL 269.15º 0.68% 0.41% -
HSV(B) 269.15º 0.81% 0.69% -
XYZ 13.76 7.01 41.18 -
YUV 69.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 102 33 175 0.42 0.81 0 0.31 269.15 0.68 0.41
Hex 66 21 AF 2A 51 0 1F 10D 44 29
Octal 146 41 257 52 121 0 37 415 104 51
Binary 1100110 100001 10101111 101010 1010001 0 11111 100001101 1000100 101001

Color Harmonies of #6621AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6621AF

Black with #6621AF

Text Example


Text Example

White with #6621AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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