Html Css Color HEX #6F236D Palatinate Purple

📋 copy color: '#6F236D'

red 111 ◦ green 35 ◦ blue 109

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

Shades of Palatinate Purple #6F236D

Tints of Palatinate Purple #6F236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 43.53%
G = 13.73%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F236D (or 0x6F236D) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 6D. RGB value is (111,35,109). Sum of RGB (Red+Green+Blue) = 111+35+109=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F236D is #90DC92. Grayscale: #414141. Windows color (decimal): -9493651 or 7152495. OLE color: 7152495.

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

Color convert

RGB 111 35 109 -
CMYK 0 0.68 0.02 0.56
HSL 301.58º 0.52% 0.29% -
HSV(B) 301.58º 0.68% 0.44% -
XYZ 9.92 5.69 15.04 -
YUV 66.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 111 35 109 0 0.68 0.02 0.56 301.58 0.52 0.29
Hex 6F 23 6D 0 44 2 38 12E 34 1D
Octal 157 43 155 0 104 2 70 456 64 35
Binary 1101111 100011 1101101 0 1000100 10 111000 100101110 110100 11101

Color Harmonies of #6F236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F236D

Black with #6F236D

Text Example


Text Example

White with #6F236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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