Html Css Color HEX #6F2F68 Palatinate Purple

📋 copy color: '#6F2F68'

red 111 ◦ green 47 ◦ blue 104

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

Shades of Palatinate Purple #6F2F68

Tints of Palatinate Purple #6F2F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.94%

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

R = 42.37%
G = 17.94%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F2F68 (or 0x6F2F68) is known color: Palatinate Purple. HEX triplet: 6F, 2F and 68. RGB value is (111,47,104). Sum of RGB (Red+Green+Blue) = 111+47+104=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2F68 is #90D097. Grayscale: #484848. Windows color (decimal): -9490584 or 6827887. OLE color: 6827887.

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

Color convert

RGB 111 47 104 -
CMYK 0 0.58 0.06 0.56
HSL 306.56º 0.41% 0.31% -
HSV(B) 306.56º 0.58% 0.44% -
XYZ 10.07 6.41 13.8 -
YUV 72.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 111 47 104 0 0.58 0.06 0.56 306.56 0.41 0.31
Hex 6F 2F 68 0 3A 6 38 133 29 1F
Octal 157 57 150 0 72 6 70 463 51 37
Binary 1101111 101111 1101000 0 111010 110 111000 100110011 101001 11111

Color Harmonies of #6F2F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F68

Black with #6F2F68

Text Example


Text Example

White with #6F2F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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