Html Css Color HEX #6F235E Palatinate Purple

📋 copy color: '#6F235E'

red 111 ◦ green 35 ◦ blue 94

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

Shades of Palatinate Purple #6F235E

Tints of Palatinate Purple #6F235E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 46.25%
G = 14.58%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F235E (or 0x6F235E) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 5E. RGB value is (111,35,94). Sum of RGB (Red+Green+Blue) = 111+35+94=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F235E is #90DCA1. Grayscale: #404040. Windows color (decimal): -9493666 or 6169455. OLE color: 6169455.

HSL color Cylindrical-coordinate representation of color #6F235E: hue angle of 313.42º degrees, saturation: 0.52, 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 #6F235E is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 35 94 -
CMYK 0 0.68 0.15 0.56
HSL 313.42º 0.52% 0.29% -
HSV(B) 313.42º 0.68% 0.44% -
XYZ 9.18 5.39 11.15 -
YUV 64.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 111 35 94 0 0.68 0.15 0.56 313.42 0.52 0.29
Hex 6F 23 5E 0 44 F 38 139 34 1D
Octal 157 43 136 0 104 17 70 471 64 35
Binary 1101111 100011 1011110 0 1000100 1111 111000 100111001 110100 11101

Color Harmonies of #6F235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F235E

Black with #6F235E

Text Example


Text Example

White with #6F235E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,94); }

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

background-color css

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

 a { background-color: rgb(111,35,94); }

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

border-color css

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

 span { border-color: rgb(111,35,94); }

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