Html Css Color HEX #6F2368 Palatinate Purple

📋 copy color: '#6F2368'

red 111 ◦ green 35 ◦ blue 104

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

Shades of Palatinate Purple #6F2368

Tints of Palatinate Purple #6F2368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 44.4%
G = 14%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F2368 (or 0x6F2368) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 68. RGB value is (111,35,104). Sum of RGB (Red+Green+Blue) = 111+35+104=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2368 is #90DC97. Grayscale: #414141. Windows color (decimal): -9493656 or 6824815. OLE color: 6824815.

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

Color convert

RGB 111 35 104 -
CMYK 0 0.68 0.06 0.56
HSL 305.53º 0.52% 0.29% -
HSV(B) 305.53º 0.68% 0.44% -
XYZ 9.66 5.58 13.67 -
YUV 65.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 111 35 104 0 0.68 0.06 0.56 305.53 0.52 0.29
Hex 6F 23 68 0 44 6 38 132 34 1D
Octal 157 43 150 0 104 6 70 462 64 35
Binary 1101111 100011 1101000 0 1000100 110 111000 100110010 110100 11101

Color Harmonies of #6F2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2368

Black with #6F2368

Text Example


Text Example

White with #6F2368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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