Html Css Color HEX #6A265B Palatinate Purple

📋 copy color: '#6A265B'

red 106 ◦ green 38 ◦ blue 91

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

Shades of Palatinate Purple #6A265B

Tints of Palatinate Purple #6A265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 45.11%
G = 16.17%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6A265B (or 0x6A265B) is known color: Palatinate Purple. HEX triplet: 6A, 26 and 5B. RGB value is (106,38,91). Sum of RGB (Red+Green+Blue) = 106+38+91=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 106 - color contains mainly: red. Hex color #6A265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A265B is #95D9A4. Grayscale: #404040. Windows color (decimal): -9820581 or 5973610. OLE color: 5973610.

HSL color Cylindrical-coordinate representation of color #6A265B: hue angle of 313.24º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A265B is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 38 91 -
CMYK 0 0.64 0.14 0.58
HSL 313.24º 0.47% 0.28% -
HSV(B) 313.24º 0.64% 0.42% -
XYZ 8.53 5.21 10.45 -
YUV 64.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 106 38 91 0 0.64 0.14 0.58 313.24 0.47 0.28
Hex 6A 26 5B 0 40 E 3A 139 2F 1C
Octal 152 46 133 0 100 16 72 471 57 34
Binary 1101010 100110 1011011 0 1000000 1110 111010 100111001 101111 11100

Color Harmonies of #6A265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A265B

Black with #6A265B

Text Example


Text Example

White with #6A265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,38,91); }

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

background-color css

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

 a { background-color: rgb(106,38,91); }

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

border-color css

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

 span { border-color: rgb(106,38,91); }

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