Html Css Color HEX #6B365A Palatinate Purple

📋 copy color: '#6B365A'

red 107 ◦ green 54 ◦ blue 90

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

Shades of Palatinate Purple #6B365A

Tints of Palatinate Purple #6B365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 42.63%
G = 21.51%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B365A (or 0x6B365A) is known color: Palatinate Purple. HEX triplet: 6B, 36 and 5A. RGB value is (107,54,90). Sum of RGB (Red+Green+Blue) = 107+54+90=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B365A is #94C9A5. Grayscale: #494949. Windows color (decimal): -9750950 or 5912171. OLE color: 5912171.

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

Color convert

RGB 107 54 90 -
CMYK 0 0.50 0.16 0.58
HSL 319.25º 0.33% 0.32% -
HSV(B) 319.25º 0.5% 0.42% -
XYZ 9.23 6.5 10.44 -
YUV 73.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 107 54 90 0 0.50 0.16 0.58 319.25 0.33 0.32
Hex 6B 36 5A 0 32 10 3A 13F 21 20
Octal 153 66 132 0 62 20 72 477 41 40
Binary 1101011 110110 1011010 0 110010 10000 111010 100111111 100001 100000

Color Harmonies of #6B365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B365A

Black with #6B365A

Text Example


Text Example

White with #6B365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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