Html Css Color HEX #6648AC Royal Purple

📋 copy color: '#6648AC'

red 102 ◦ green 72 ◦ blue 172

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

Shades of Royal Purple #6648AC

Tints of Royal Purple #6648AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

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

R = 29.48%
G = 20.81%
B = 49.71%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6648AC (or 0x6648AC) is known color: Royal Purple. HEX triplet: 66, 48 and AC. RGB value is (102,72,172). Sum of RGB (Red+Green+Blue) = 102+72+172=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #6648AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6648AC is #99B753. Grayscale: #5C5C5C. Windows color (decimal): -10073940 or 11290726. OLE color: 11290726.

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

Color convert

RGB 102 72 172 -
CMYK 0.41 0.58 0 0.33
HSL 258º 0.41% 0.48% -
HSV(B) 258º 0.58% 0.67% -
XYZ 15.24 10.44 40.24 -
YUV 92.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 102 72 172 0.41 0.58 0 0.33 258 0.41 0.48
Hex 66 48 AC 29 3A 0 21 102 29 30
Octal 146 110 254 51 72 0 41 402 51 60
Binary 1100110 1001000 10101100 101001 111010 0 100001 100000010 101001 110000

Color Harmonies of #6648AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6648AC

Black with #6648AC

Text Example


Text Example

White with #6648AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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