Html Css Color HEX #6630AA Royal Purple

📋 copy color: '#6630AA'

red 102 ◦ green 48 ◦ blue 170

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

Shades of Royal Purple #6630AA

Tints of Royal Purple #6630AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 31.88%
G = 15%
B = 53.13%

CMYK

 C value IS 0.4

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6630AA (or 0x6630AA) is known color: Royal Purple. HEX triplet: 66, 30 and AA. RGB value is (102,48,170). Sum of RGB (Red+Green+Blue) = 102+48+170=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #6630AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6630AA is #99CF55. Grayscale: #4D4D4D. Windows color (decimal): -10080086 or 11153510. OLE color: 11153510.

HSL color Cylindrical-coordinate representation of color #6630AA: hue angle of 266.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6630AA is Cyan = 0.4, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 48 170 -
CMYK 0.4 0.72 0 0.33
HSL 266.56º 0.56% 0.43% -
HSV(B) 266.56º 0.72% 0.67% -
XYZ 13.79 7.84 38.82 -
YUV 78.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 102 48 170 0.4 0.72 0 0.33 266.56 0.56 0.43
Hex 66 30 AA 28 48 0 21 10B 38 2B
Octal 146 60 252 50 110 0 41 413 70 53
Binary 1100110 110000 10101010 101000 1001000 0 100001 100001011 111000 101011

Color Harmonies of #6630AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6630AA

Black with #6630AA

Text Example


Text Example

White with #6630AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6630AA; }

 p { color: rgb(102,48,170); }

 H1.HeaderClassName
 {
   color: #6630AA;
 }
 .AnyTagClassName
 {
   color: #6630AA;
 }
</style>

background-color css

<style>
 a { background-color: #6630AA; }

 a { background-color: rgb(102,48,170); }

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

border-color css

<style>
 span { border-color: #6630AA; }

 span { border-color: rgb(102,48,170); }

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