Html Css Color HEX #6A098C Purple

📋 copy color: '#6A098C'

red 106 ◦ green 9 ◦ blue 140

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

Shades of Purple #6A098C

Tints of Purple #6A098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

 BLUE value IS 140 (55.08% from 255) = 54.9%

R = 41.57%
G = 3.53%
B = 54.9%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A098C (or 0x6A098C) is known color: Purple. HEX triplet: 6A, 09 and 8C. RGB value is (106,9,140). Sum of RGB (Red+Green+Blue) = 106+9+140=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A098C is #95F673. Grayscale: #343434. Windows color (decimal): -9827956 or 9177450. OLE color: 9177450.

HSL color Cylindrical-coordinate representation of color #6A098C: hue angle of 284.43º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A098C is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 9 140 -
CMYK 0.24 0.94 0 0.45
HSL 284.43º 0.88% 0.29% -
HSV(B) 284.43º 0.94% 0.55% -
XYZ 10.78 5.15 25.24 -
YUV 52.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 106 9 140 0.24 0.94 0 0.45 284.43 0.88 0.29
Hex 6A 9 8C 18 5E 0 2D 11C 58 1D
Octal 152 11 214 30 136 0 55 434 130 35
Binary 1101010 1001 10001100 11000 1011110 0 101101 100011100 1011000 11101

Color Harmonies of #6A098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A098C

Black with #6A098C

Text Example


Text Example

White with #6A098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,9,140); }

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

background-color css

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

 a { background-color: rgb(106,9,140); }

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

border-color css

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

 span { border-color: rgb(106,9,140); }

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