Html Css Color HEX #6F2C65 Palatinate Purple

📋 copy color: '#6F2C65'

red 111 ◦ green 44 ◦ blue 101

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

Shades of Palatinate Purple #6F2C65

Tints of Palatinate Purple #6F2C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.19%

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

R = 43.36%
G = 17.19%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F2C65 (or 0x6F2C65) is known color: Palatinate Purple. HEX triplet: 6F, 2C and 65. RGB value is (111,44,101). Sum of RGB (Red+Green+Blue) = 111+44+101=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C65 is #90D39A. Grayscale: #464646. Windows color (decimal): -9491355 or 6630511. OLE color: 6630511.

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

Color convert

RGB 111 44 101 -
CMYK 0 0.60 0.09 0.56
HSL 308.96º 0.43% 0.3% -
HSV(B) 308.96º 0.6% 0.44% -
XYZ 9.81 6.12 12.98 -
YUV 70.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 111 44 101 0 0.60 0.09 0.56 308.96 0.43 0.3
Hex 6F 2C 65 0 3C 9 38 135 2B 1E
Octal 157 54 145 0 74 11 70 465 53 36
Binary 1101111 101100 1100101 0 111100 1001 111000 100110101 101011 11110

Color Harmonies of #6F2C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2C65

Black with #6F2C65

Text Example


Text Example

White with #6F2C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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