Html Css Color HEX #6F2B69 Palatinate Purple

📋 copy color: '#6F2B69'

red 111 ◦ green 43 ◦ blue 105

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

Shades of Palatinate Purple #6F2B69

Tints of Palatinate Purple #6F2B69

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.6%

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 42.86%
G = 16.6%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F2B69 (or 0x6F2B69) is known color: Palatinate Purple. HEX triplet: 6F, 2B and 69. RGB value is (111,43,105). Sum of RGB (Red+Green+Blue) = 111+43+105=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2B69 is #90D496. Grayscale: #464646. Windows color (decimal): -9491607 or 6892399. OLE color: 6892399.

HSL color Cylindrical-coordinate representation of color #6F2B69: hue angle of 305.29º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F2B69 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 43 105 -
CMYK 0 0.61 0.05 0.56
HSL 305.29º 0.44% 0.3% -
HSV(B) 305.29º 0.61% 0.44% -
XYZ 9.97 6.13 14.02 -
YUV 70.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 111 43 105 0 0.61 0.05 0.56 305.29 0.44 0.3
Hex 6F 2B 69 0 3D 5 38 131 2C 1E
Octal 157 53 151 0 75 5 70 461 54 36
Binary 1101111 101011 1101001 0 111101 101 111000 100110001 101100 11110

Color Harmonies of #6F2B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2B69

Black with #6F2B69

Text Example


Text Example

White with #6F2B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,43,105); }

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

background-color css

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

 a { background-color: rgb(111,43,105); }

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

border-color css

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

 span { border-color: rgb(111,43,105); }

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