Html Css Color HEX #6641AC Royal Purple

📋 copy color: '#6641AC'

red 102 ◦ green 65 ◦ blue 172

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

Shades of Royal Purple #6641AC

Tints of Royal Purple #6641AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 30.09%
G = 19.17%
B = 50.74%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6641AC (or 0x6641AC) is known color: Royal Purple. HEX triplet: 66, 41 and AC. RGB value is (102,65,172). Sum of RGB (Red+Green+Blue) = 102+65+172=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #6641AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6641AC is #99BE53. Grayscale: #575757. Windows color (decimal): -10075732 or 11288934. OLE color: 11288934.

HSL color Cylindrical-coordinate representation of color #6641AC: hue angle of 260.75º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6641AC is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 65 172 -
CMYK 0.41 0.62 0 0.33
HSL 260.75º 0.45% 0.46% -
HSV(B) 260.75º 0.62% 0.67% -
XYZ 14.82 9.58 40.1 -
YUV 88.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 102 65 172 0.41 0.62 0 0.33 260.75 0.45 0.46
Hex 66 41 AC 29 3E 0 21 105 2D 2E
Octal 146 101 254 51 76 0 41 405 55 56
Binary 1100110 1000001 10101100 101001 111110 0 100001 100000101 101101 101110

Color Harmonies of #6641AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6641AC

Black with #6641AC

Text Example


Text Example

White with #6641AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6641AC; }

 p { color: rgb(102,65,172); }

 H1.HeaderClassName
 {
   color: #6641AC;
 }
 .AnyTagClassName
 {
   color: #6641AC;
 }
</style>

background-color css

<style>
 a { background-color: #6641AC; }

 a { background-color: rgb(102,65,172); }

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

border-color css

<style>
 span { border-color: #6641AC; }

 span { border-color: rgb(102,65,172); }

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