Html Css Color HEX #6B365B Palatinate Purple

📋 copy color: '#6B365B'

red 107 ◦ green 54 ◦ blue 91

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

Shades of Palatinate Purple #6B365B

Tints of Palatinate Purple #6B365B

RGB

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

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

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

R = 42.46%
G = 21.43%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B365B (or 0x6B365B) is known color: Palatinate Purple. HEX triplet: 6B, 36 and 5B. RGB value is (107,54,91). Sum of RGB (Red+Green+Blue) = 107+54+91=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B365B is #94C9A4. Grayscale: #494949. Windows color (decimal): -9750949 or 5977707. OLE color: 5977707.

HSL color Cylindrical-coordinate representation of color #6B365B: hue angle of 318.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B365B is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 54 91 -
CMYK 0 0.50 0.15 0.58
HSL 318.11º 0.33% 0.32% -
HSV(B) 318.11º 0.5% 0.42% -
XYZ 9.27 6.52 10.67 -
YUV 74.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 107 54 91 0 0.50 0.15 0.58 318.11 0.33 0.32
Hex 6B 36 5B 0 32 F 3A 13E 21 20
Octal 153 66 133 0 62 17 72 476 41 40
Binary 1101011 110110 1011011 0 110010 1111 111010 100111110 100001 100000

Color Harmonies of #6B365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B365B

Black with #6B365B

Text Example


Text Example

White with #6B365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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