Html Css Color HEX #6B4562 Palatinate Purple

📋 copy color: '#6B4562'

red 107 ◦ green 69 ◦ blue 98

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

Shades of Palatinate Purple #6B4562

Tints of Palatinate Purple #6B4562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 39.05%
G = 25.18%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6B4562 (or 0x6B4562) is known color: Palatinate Purple. HEX triplet: 6B, 45 and 62. RGB value is (107,69,98). Sum of RGB (Red+Green+Blue) = 107+69+98=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4562 is #94BA9D. Grayscale: #535353. Windows color (decimal): -9747102 or 6440299. OLE color: 6440299.

HSL color Cylindrical-coordinate representation of color #6B4562: hue angle of 314.21º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4562 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 69 98 -
CMYK 0 0.36 0.08 0.58
HSL 314.21º 0.22% 0.35% -
HSV(B) 314.21º 0.36% 0.42% -
XYZ 10.4 8.26 12.6 -
YUV 83.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 107 69 98 0 0.36 0.08 0.58 314.21 0.22 0.35
Hex 6B 45 62 0 24 8 3A 13A 16 23
Octal 153 105 142 0 44 10 72 472 26 43
Binary 1101011 1000101 1100010 0 100100 1000 111010 100111010 10110 100011

Color Harmonies of #6B4562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4562

Black with #6B4562

Text Example


Text Example

White with #6B4562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,98); }

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

background-color css

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

 a { background-color: rgb(107,69,98); }

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

border-color css

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

 span { border-color: rgb(107,69,98); }

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