Html Css Color HEX #6F245D Palatinate Purple

📋 copy color: '#6F245D'

red 111 ◦ green 36 ◦ blue 93

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

Shades of Palatinate Purple #6F245D

Tints of Palatinate Purple #6F245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

 BLUE value IS 93 (36.72% from 255) = 38.75%

R = 46.25%
G = 15%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F245D (or 0x6F245D) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 5D. RGB value is (111,36,93). Sum of RGB (Red+Green+Blue) = 111+36+93=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F245D is #90DBA2. Grayscale: #404040. Windows color (decimal): -9493411 or 6104175. OLE color: 6104175.

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

Color convert

RGB 111 36 93 -
CMYK 0 0.68 0.16 0.56
HSL 314.4º 0.51% 0.29% -
HSV(B) 314.4º 0.68% 0.44% -
XYZ 9.16 5.43 10.92 -
YUV 64.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 111 36 93 0 0.68 0.16 0.56 314.4 0.51 0.29
Hex 6F 24 5D 0 44 10 38 13A 33 1D
Octal 157 44 135 0 104 20 70 472 63 35
Binary 1101111 100100 1011101 0 1000100 10000 111000 100111010 110011 11101

Color Harmonies of #6F245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F245D

Black with #6F245D

Text Example


Text Example

White with #6F245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,93); }

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

background-color css

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

 a { background-color: rgb(111,36,93); }

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

border-color css

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

 span { border-color: rgb(111,36,93); }

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