Html Css Color HEX #6A138C Purple

📋 copy color: '#6A138C'

red 106 ◦ green 19 ◦ blue 140

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

Shades of Purple #6A138C

Tints of Purple #6A138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 40%
G = 7.17%
B = 52.83%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A138C (or 0x6A138C) is known color: Purple. HEX triplet: 6A, 13 and 8C. RGB value is (106,19,140). Sum of RGB (Red+Green+Blue) = 106+19+140=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A138C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A138C is #95EC73. Grayscale: #3A3A3A. Windows color (decimal): -9825396 or 9180010. OLE color: 9180010.

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

Color convert

RGB 106 19 140 -
CMYK 0.24 0.86 0 0.45
HSL 283.14º 0.76% 0.31% -
HSV(B) 283.14º 0.86% 0.55% -
XYZ 10.91 5.42 25.28 -
YUV 58.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 106 19 140 0.24 0.86 0 0.45 283.14 0.76 0.31
Hex 6A 13 8C 18 56 0 2D 11B 4C 1F
Octal 152 23 214 30 126 0 55 433 114 37
Binary 1101010 10011 10001100 11000 1010110 0 101101 100011011 1001100 11111

Color Harmonies of #6A138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A138C

Black with #6A138C

Text Example


Text Example

White with #6A138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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