Html Css Color HEX #6B295C Palatinate Purple

📋 copy color: '#6B295C'

red 107 ◦ green 41 ◦ blue 92

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

Shades of Palatinate Purple #6B295C

Tints of Palatinate Purple #6B295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 44.58%
G = 17.08%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B295C (or 0x6B295C) is known color: Palatinate Purple. HEX triplet: 6B, 29 and 5C. RGB value is (107,41,92). Sum of RGB (Red+Green+Blue) = 107+41+92=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B295C is #94D6A3. Grayscale: #424242. Windows color (decimal): -9754276 or 6039915. OLE color: 6039915.

HSL color Cylindrical-coordinate representation of color #6B295C: hue angle of 313.64º 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 #6B295C is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 41 92 -
CMYK 0 0.62 0.14 0.58
HSL 313.64º 0.45% 0.29% -
HSV(B) 313.64º 0.62% 0.42% -
XYZ 8.79 5.48 10.72 -
YUV 66.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 107 41 92 0 0.62 0.14 0.58 313.64 0.45 0.29
Hex 6B 29 5C 0 3E E 3A 13A 2D 1D
Octal 153 51 134 0 76 16 72 472 55 35
Binary 1101011 101001 1011100 0 111110 1110 111010 100111010 101101 11101

Color Harmonies of #6B295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B295C

Black with #6B295C

Text Example


Text Example

White with #6B295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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