Html Css Color HEX #6B2563 Palatinate Purple

📋 copy color: '#6B2563'

red 107 ◦ green 37 ◦ blue 99

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

Shades of Palatinate Purple #6B2563

Tints of Palatinate Purple #6B2563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

 BLUE value IS 99 (39.06% from 255) = 40.74%

R = 44.03%
G = 15.23%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B2563 (or 0x6B2563) is known color: Palatinate Purple. HEX triplet: 6B, 25 and 63. RGB value is (107,37,99). Sum of RGB (Red+Green+Blue) = 107+37+99=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2563 is #94DA9C. Grayscale: #404040. Windows color (decimal): -9755293 or 6497643. OLE color: 6497643.

HSL color Cylindrical-coordinate representation of color #6B2563: hue angle of 306.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B2563 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 37 99 -
CMYK 0 0.65 0.07 0.58
HSL 306.86º 0.49% 0.28% -
HSV(B) 306.86º 0.65% 0.42% -
XYZ 8.98 5.35 12.36 -
YUV 65 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 107 37 99 0 0.65 0.07 0.58 306.86 0.49 0.28
Hex 6B 25 63 0 41 7 3A 133 31 1C
Octal 153 45 143 0 101 7 72 463 61 34
Binary 1101011 100101 1100011 0 1000001 111 111010 100110011 110001 11100

Color Harmonies of #6B2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2563

Black with #6B2563

Text Example


Text Example

White with #6B2563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,37,99); }

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

background-color css

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

 a { background-color: rgb(107,37,99); }

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

border-color css

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

 span { border-color: rgb(107,37,99); }

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