Html Css Color HEX #6F225A Palatinate Purple

📋 copy color: '#6F225A'

red 111 ◦ green 34 ◦ blue 90

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

Shades of Palatinate Purple #6F225A

Tints of Palatinate Purple #6F225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 47.23%
G = 14.47%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F225A (or 0x6F225A) is known color: Palatinate Purple. HEX triplet: 6F, 22 and 5A. RGB value is (111,34,90). Sum of RGB (Red+Green+Blue) = 111+34+90=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F225A is #90DDA5. Grayscale: #3F3F3F. Windows color (decimal): -9493926 or 5907055. OLE color: 5907055.

HSL color Cylindrical-coordinate representation of color #6F225A: hue angle of 316.36º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F225A is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 34 90 -
CMYK 0 0.69 0.19 0.56
HSL 316.36º 0.53% 0.28% -
HSV(B) 316.36º 0.69% 0.44% -
XYZ 8.97 5.26 10.22 -
YUV 63.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 111 34 90 0 0.69 0.19 0.56 316.36 0.53 0.28
Hex 6F 22 5A 0 45 13 38 13C 35 1C
Octal 157 42 132 0 105 23 70 474 65 34
Binary 1101111 100010 1011010 0 1000101 10011 111000 100111100 110101 11100

Color Harmonies of #6F225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F225A

Black with #6F225A

Text Example


Text Example

White with #6F225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,34,90); }

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

background-color css

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

 a { background-color: rgb(111,34,90); }

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

border-color css

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

 span { border-color: rgb(111,34,90); }

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