Html Css Color HEX #6A3A63 Palatinate Purple

📋 copy color: '#6A3A63'

red 106 ◦ green 58 ◦ blue 99

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

Shades of Palatinate Purple #6A3A63

Tints of Palatinate Purple #6A3A63

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.05%

 BLUE value IS 99 (39.06% from 255) = 37.64%

R = 40.3%
G = 22.05%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6A3A63 (or 0x6A3A63) is known color: Palatinate Purple. HEX triplet: 6A, 3A and 63. RGB value is (106,58,99). Sum of RGB (Red+Green+Blue) = 106+58+99=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3A63 is #95C59C. Grayscale: #4C4C4C. Windows color (decimal): -9815453 or 6503018. OLE color: 6503018.

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

Color convert

RGB 106 58 99 -
CMYK 0 0.45 0.07 0.58
HSL 308.75º 0.29% 0.32% -
HSV(B) 308.75º 0.45% 0.42% -
XYZ 9.71 6.99 12.64 -
YUV 77.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 106 58 99 0 0.45 0.07 0.58 308.75 0.29 0.32
Hex 6A 3A 63 0 2D 7 3A 135 1D 20
Octal 152 72 143 0 55 7 72 465 35 40
Binary 1101010 111010 1100011 0 101101 111 111010 100110101 11101 100000

Color Harmonies of #6A3A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3A63

Black with #6A3A63

Text Example


Text Example

White with #6A3A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,58,99); }

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

background-color css

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

 a { background-color: rgb(106,58,99); }

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

border-color css

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

 span { border-color: rgb(106,58,99); }

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