Html Css Color HEX #6A365E Palatinate Purple

📋 copy color: '#6A365E'

red 106 ◦ green 54 ◦ blue 94

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

Shades of Palatinate Purple #6A365E

Tints of Palatinate Purple #6A365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 41.73%
G = 21.26%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A365E (or 0x6A365E) is known color: Palatinate Purple. HEX triplet: 6A, 36 and 5E. RGB value is (106,54,94). Sum of RGB (Red+Green+Blue) = 106+54+94=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 106 - color contains mainly: red. Hex color #6A365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A365E is #95C9A1. Grayscale: #4A4A4A. Windows color (decimal): -9816482 or 6174314. OLE color: 6174314.

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

Color convert

RGB 106 54 94 -
CMYK 0 0.49 0.11 0.58
HSL 313.85º 0.33% 0.31% -
HSV(B) 313.85º 0.49% 0.42% -
XYZ 9.28 6.51 11.36 -
YUV 74.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 106 54 94 0 0.49 0.11 0.58 313.85 0.33 0.31
Hex 6A 36 5E 0 31 B 3A 13A 20 1F
Octal 152 66 136 0 61 13 72 472 40 37
Binary 1101010 110110 1011110 0 110001 1011 111010 100111010 100000 11111

Color Harmonies of #6A365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A365E

Black with #6A365E

Text Example


Text Example

White with #6A365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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