Html Css Color HEX #6645AB Royal Purple

📋 copy color: '#6645AB'

red 102 ◦ green 69 ◦ blue 171

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

Shades of Royal Purple #6645AB

Tints of Royal Purple #6645AB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

 BLUE value IS 171 (67.19% from 255) = 50%

R = 29.82%
G = 20.18%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6645AB (or 0x6645AB) is known color: Royal Purple. HEX triplet: 66, 45 and AB. RGB value is (102,69,171). Sum of RGB (Red+Green+Blue) = 102+69+171=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #6645AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6645AB is #99BA54. Grayscale: #5A5A5A. Windows color (decimal): -10074709 or 11224422. OLE color: 11224422.

HSL color Cylindrical-coordinate representation of color #6645AB: hue angle of 259.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6645AB is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 69 171 -
CMYK 0.40 0.60 0 0.33
HSL 259.41º 0.43% 0.47% -
HSV(B) 259.41º 0.6% 0.67% -
XYZ 14.96 10.02 39.67 -
YUV 90.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 102 69 171 0.40 0.60 0 0.33 259.41 0.43 0.47
Hex 66 45 AB 28 3C 0 21 103 2A 2F
Octal 146 105 253 50 74 0 41 403 52 57
Binary 1100110 1000101 10101011 101000 111100 0 100001 100000011 101010 101111

Color Harmonies of #6645AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6645AB

Black with #6645AB

Text Example


Text Example

White with #6645AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6645AB; }

 p { color: rgb(102,69,171); }

 H1.HeaderClassName
 {
   color: #6645AB;
 }
 .AnyTagClassName
 {
   color: #6645AB;
 }
</style>

background-color css

<style>
 a { background-color: #6645AB; }

 a { background-color: rgb(102,69,171); }

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

border-color css

<style>
 span { border-color: #6645AB; }

 span { border-color: rgb(102,69,171); }

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