Html Css Color HEX #6F2566 Palatinate Purple

📋 copy color: '#6F2566'

red 111 ◦ green 37 ◦ blue 102

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

Shades of Palatinate Purple #6F2566

Tints of Palatinate Purple #6F2566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 44.4%
G = 14.8%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F2566 (or 0x6F2566) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 66. RGB value is (111,37,102). Sum of RGB (Red+Green+Blue) = 111+37+102=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2566 is #90DA99. Grayscale: #424242. Windows color (decimal): -9493146 or 6694255. OLE color: 6694255.

HSL color Cylindrical-coordinate representation of color #6F2566: hue angle of 307.3º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2566 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 102 -
CMYK 0 0.67 0.08 0.56
HSL 307.3º 0.5% 0.29% -
HSV(B) 307.3º 0.67% 0.44% -
XYZ 9.62 5.66 13.16 -
YUV 66.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 111 37 102 0 0.67 0.08 0.56 307.3 0.5 0.29
Hex 6F 25 66 0 43 8 38 133 32 1D
Octal 157 45 146 0 103 10 70 463 62 35
Binary 1101111 100101 1100110 0 1000011 1000 111000 100110011 110010 11101

Color Harmonies of #6F2566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2566

Black with #6F2566

Text Example


Text Example

White with #6F2566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,102); }

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

background-color css

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

 a { background-color: rgb(111,37,102); }

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

border-color css

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

 span { border-color: rgb(111,37,102); }

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