Html Css Color HEX #6B295B Palatinate Purple

📋 copy color: '#6B295B'

red 107 ◦ green 41 ◦ blue 91

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

Shades of Palatinate Purple #6B295B

Tints of Palatinate Purple #6B295B

RGB

 RED value IS 107 (42.19% from 255) = 44.77%

 GREEN value IS 41 (16.41% from 255) = 17.15%

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

R = 44.77%
G = 17.15%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B295B (or 0x6B295B) is known color: Palatinate Purple. HEX triplet: 6B, 29 and 5B. RGB value is (107,41,91). Sum of RGB (Red+Green+Blue) = 107+41+91=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B295B is #94D6A4. Grayscale: #424242. Windows color (decimal): -9754277 or 5974379. OLE color: 5974379.

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

Color convert

RGB 107 41 91 -
CMYK 0 0.62 0.15 0.58
HSL 314.55º 0.45% 0.29% -
HSV(B) 314.55º 0.62% 0.42% -
XYZ 8.74 5.47 10.49 -
YUV 66.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 107 41 91 0 0.62 0.15 0.58 314.55 0.45 0.29
Hex 6B 29 5B 0 3E F 3A 13B 2D 1D
Octal 153 51 133 0 76 17 72 473 55 35
Binary 1101011 101001 1011011 0 111110 1111 111010 100111011 101101 11101

Color Harmonies of #6B295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B295B

Black with #6B295B

Text Example


Text Example

White with #6B295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,41,91); }

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

background-color css

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

 a { background-color: rgb(107,41,91); }

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

border-color css

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

 span { border-color: rgb(107,41,91); }

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