Html Css Color HEX #6A168A Purple

📋 copy color: '#6A168A'

red 106 ◦ green 22 ◦ blue 138

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

Shades of Purple #6A168A

Tints of Purple #6A168A

RGB

 RED value IS 106 (41.8% from 255) = 39.85%

 GREEN value IS 22 (8.98% from 255) = 8.27%

 BLUE value IS 138 (54.3% from 255) = 51.88%

R = 39.85%
G = 8.27%
B = 51.88%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A168A (or 0x6A168A) is known color: Purple. HEX triplet: 6A, 16 and 8A. RGB value is (106,22,138). Sum of RGB (Red+Green+Blue) = 106+22+138=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A168A is #95E975. Grayscale: #3B3B3B. Windows color (decimal): -9824630 or 9049706. OLE color: 9049706.

HSL color Cylindrical-coordinate representation of color #6A168A: hue angle of 283.45º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A168A is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 22 138 -
CMYK 0.23 0.84 0 0.46
HSL 283.45º 0.73% 0.31% -
HSV(B) 283.45º 0.84% 0.54% -
XYZ 10.82 5.47 24.53 -
YUV 60.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 106 22 138 0.23 0.84 0 0.46 283.45 0.73 0.31
Hex 6A 16 8A 17 54 0 2E 11B 48 1F
Octal 152 26 212 27 124 0 56 433 110 37
Binary 1101010 10110 10001010 10111 1010100 0 101110 100011011 1001000 11111

Color Harmonies of #6A168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A168A

Black with #6A168A

Text Example


Text Example

White with #6A168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A168A; }

 p { color: rgb(106,22,138); }

 H1.HeaderClassName
 {
   color: #6A168A;
 }
 .AnyTagClassName
 {
   color: #6A168A;
 }
</style>

background-color css

<style>
 a { background-color: #6A168A; }

 a { background-color: rgb(106,22,138); }

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

border-color css

<style>
 span { border-color: #6A168A; }

 span { border-color: rgb(106,22,138); }

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