Html Css Color HEX #6B3E65 Palatinate Purple

📋 copy color: '#6B3E65'

red 107 ◦ green 62 ◦ blue 101

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

Shades of Palatinate Purple #6B3E65

Tints of Palatinate Purple #6B3E65

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.96%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 39.63%
G = 22.96%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6B3E65 (or 0x6B3E65) is known color: Palatinate Purple. HEX triplet: 6B, 3E and 65. RGB value is (107,62,101). Sum of RGB (Red+Green+Blue) = 107+62+101=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3E65 is #94C19A. Grayscale: #4F4F4F. Windows color (decimal): -9748891 or 6635115. OLE color: 6635115.

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

Color convert

RGB 107 62 101 -
CMYK 0 0.42 0.06 0.58
HSL 308º 0.27% 0.33% -
HSV(B) 308º 0.42% 0.42% -
XYZ 10.13 7.51 13.23 -
YUV 79.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 107 62 101 0 0.42 0.06 0.58 308 0.27 0.33
Hex 6B 3E 65 0 2A 6 3A 134 1B 21
Octal 153 76 145 0 52 6 72 464 33 41
Binary 1101011 111110 1100101 0 101010 110 111010 100110100 11011 100001

Color Harmonies of #6B3E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3E65

Black with #6B3E65

Text Example


Text Example

White with #6B3E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,62,101); }

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

background-color css

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

 a { background-color: rgb(107,62,101); }

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

border-color css

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

 span { border-color: rgb(107,62,101); }

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