Html Css Color HEX #6F3D65 Palatinate Purple

📋 copy color: '#6F3D65'

red 111 ◦ green 61 ◦ blue 101

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

Shades of Palatinate Purple #6F3D65

Tints of Palatinate Purple #6F3D65

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.34%

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

R = 40.66%
G = 22.34%
B = 37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F3D65 (or 0x6F3D65) is known color: Palatinate Purple. HEX triplet: 6F, 3D and 65. RGB value is (111,61,101). Sum of RGB (Red+Green+Blue) = 111+61+101=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3D65 is #90C29A. Grayscale: #505050. Windows color (decimal): -9487003 or 6634863. OLE color: 6634863.

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

Color convert

RGB 111 61 101 -
CMYK 0 0.45 0.09 0.56
HSL 312º 0.29% 0.34% -
HSV(B) 312º 0.45% 0.44% -
XYZ 10.57 7.66 13.23 -
YUV 80.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 111 61 101 0 0.45 0.09 0.56 312 0.29 0.34
Hex 6F 3D 65 0 2D 9 38 138 1D 22
Octal 157 75 145 0 55 11 70 470 35 42
Binary 1101111 111101 1100101 0 101101 1001 111000 100111000 11101 100010

Color Harmonies of #6F3D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3D65

Black with #6F3D65

Text Example


Text Example

White with #6F3D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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