Html Css Color HEX #6F305D Palatinate Purple

📋 copy color: '#6F305D'

red 111 ◦ green 48 ◦ blue 93

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

Shades of Palatinate Purple #6F305D

Tints of Palatinate Purple #6F305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.05%

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

R = 44.05%
G = 19.05%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F305D (or 0x6F305D) is known color: Palatinate Purple. HEX triplet: 6F, 30 and 5D. RGB value is (111,48,93). Sum of RGB (Red+Green+Blue) = 111+48+93=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F305D is #90CFA2. Grayscale: #474747. Windows color (decimal): -9490339 or 6107247. OLE color: 6107247.

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

Color convert

RGB 111 48 93 -
CMYK 0 0.57 0.16 0.56
HSL 317.14º 0.4% 0.31% -
HSV(B) 317.14º 0.57% 0.44% -
XYZ 9.59 6.28 11.06 -
YUV 71.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 111 48 93 0 0.57 0.16 0.56 317.14 0.4 0.31
Hex 6F 30 5D 0 39 10 38 13D 28 1F
Octal 157 60 135 0 71 20 70 475 50 37
Binary 1101111 110000 1011101 0 111001 10000 111000 100111101 101000 11111

Color Harmonies of #6F305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F305D

Black with #6F305D

Text Example


Text Example

White with #6F305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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