Html Css Color HEX #6B365E Palatinate Purple

📋 copy color: '#6B365E'

red 107 ◦ green 54 ◦ blue 94

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

Shades of Palatinate Purple #6B365E

Tints of Palatinate Purple #6B365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 41.96%
G = 21.18%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B365E (or 0x6B365E) is known color: Palatinate Purple. HEX triplet: 6B, 36 and 5E. RGB value is (107,54,94). Sum of RGB (Red+Green+Blue) = 107+54+94=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B365E is #94C9A1. Grayscale: #4A4A4A. Windows color (decimal): -9750946 or 6174315. OLE color: 6174315.

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

Color convert

RGB 107 54 94 -
CMYK 0 0.50 0.12 0.58
HSL 314.72º 0.33% 0.32% -
HSV(B) 314.72º 0.5% 0.42% -
XYZ 9.4 6.57 11.36 -
YUV 74.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 107 54 94 0 0.50 0.12 0.58 314.72 0.33 0.32
Hex 6B 36 5E 0 32 C 3A 13B 21 20
Octal 153 66 136 0 62 14 72 473 41 40
Binary 1101011 110110 1011110 0 110010 1100 111010 100111011 100001 100000

Color Harmonies of #6B365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B365E

Black with #6B365E

Text Example


Text Example

White with #6B365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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