Html Css Color HEX #6F3A65 Palatinate Purple

📋 copy color: '#6F3A65'

red 111 ◦ green 58 ◦ blue 101

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

Shades of Palatinate Purple #6F3A65

Tints of Palatinate Purple #6F3A65

RGB

 RED value IS 111 (43.75% from 255) = 41.11%

 GREEN value IS 58 (23.05% from 255) = 21.48%

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

R = 41.11%
G = 21.48%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F3A65 (or 0x6F3A65) is known color: Palatinate Purple. HEX triplet: 6F, 3A and 65. RGB value is (111,58,101). Sum of RGB (Red+Green+Blue) = 111+58+101=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A65 is #90C59A. Grayscale: #4E4E4E. Windows color (decimal): -9487771 or 6634095. OLE color: 6634095.

HSL color Cylindrical-coordinate representation of color #6F3A65: hue angle of 311.32º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A65 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 58 101 -
CMYK 0 0.48 0.09 0.56
HSL 311.32º 0.31% 0.33% -
HSV(B) 311.32º 0.48% 0.44% -
XYZ 10.42 7.35 13.18 -
YUV 78.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 111 58 101 0 0.48 0.09 0.56 311.32 0.31 0.33
Hex 6F 3A 65 0 30 9 38 137 1F 21
Octal 157 72 145 0 60 11 70 467 37 41
Binary 1101111 111010 1100101 0 110000 1001 111000 100110111 11111 100001

Color Harmonies of #6F3A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A65

Black with #6F3A65

Text Example


Text Example

White with #6F3A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,58,101); }

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

background-color css

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

 a { background-color: rgb(111,58,101); }

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

border-color css

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

 span { border-color: rgb(111,58,101); }

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