Html Css Color HEX #6642AC Royal Purple

📋 copy color: '#6642AC'

red 102 ◦ green 66 ◦ blue 172

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

Shades of Royal Purple #6642AC

Tints of Royal Purple #6642AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 30%
G = 19.41%
B = 50.59%

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

#6642AC (or 0x6642AC) is known color: Royal Purple. HEX triplet: 66, 42 and AC. RGB value is (102,66,172). Sum of RGB (Red+Green+Blue) = 102+66+172=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #6642AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6642AC is #99BD53. Grayscale: #585858. Windows color (decimal): -10075476 or 11289190. OLE color: 11289190.

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

Color convert

RGB 102 66 172 -
CMYK 0.41 0.62 0 0.33
HSL 260.38º 0.45% 0.47% -
HSV(B) 260.38º 0.62% 0.67% -
XYZ 14.87 9.7 40.12 -
YUV 88.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 102 66 172 0.41 0.62 0 0.33 260.38 0.45 0.47
Hex 66 42 AC 29 3E 0 21 104 2D 2F
Octal 146 102 254 51 76 0 41 404 55 57
Binary 1100110 1000010 10101100 101001 111110 0 100001 100000100 101101 101111

Color Harmonies of #6642AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642AC

Black with #6642AC

Text Example


Text Example

White with #6642AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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