Html Css Color HEX #6A135E Palatinate Purple

📋 copy color: '#6A135E'

red 106 ◦ green 19 ◦ blue 94

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

Shades of Palatinate Purple #6A135E

Tints of Palatinate Purple #6A135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.92%

R = 48.4%
G = 8.68%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A135E (or 0x6A135E) is known color: Palatinate Purple. HEX triplet: 6A, 13 and 5E. RGB value is (106,19,94). Sum of RGB (Red+Green+Blue) = 106+19+94=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A135E is #95ECA1. Grayscale: #353535. Windows color (decimal): -9825442 or 6165354. OLE color: 6165354.

HSL color Cylindrical-coordinate representation of color #6A135E: hue angle of 308.28º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A135E is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 19 94 -
CMYK 0 0.82 0.11 0.58
HSL 308.28º 0.7% 0.25% -
HSV(B) 308.28º 0.82% 0.42% -
XYZ 8.2 4.34 10.99 -
YUV 53.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 106 19 94 0 0.82 0.11 0.58 308.28 0.7 0.25
Hex 6A 13 5E 0 52 B 3A 134 46 19
Octal 152 23 136 0 122 13 72 464 106 31
Binary 1101010 10011 1011110 0 1010010 1011 111010 100110100 1000110 11001

Color Harmonies of #6A135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A135E

Black with #6A135E

Text Example


Text Example

White with #6A135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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