Html Css Color HEX #6F025C Palatinate Purple

📋 copy color: '#6F025C'

red 111 ◦ green 2 ◦ blue 92

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

Shades of Palatinate Purple #6F025C

Tints of Palatinate Purple #6F025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 54.15%
G = 0.98%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F025C (or 0x6F025C) is known color: Palatinate Purple. HEX triplet: 6F, 02 and 5C. RGB value is (111,2,92). Sum of RGB (Red+Green+Blue) = 111+2+92=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F025C is #90FDA3. Grayscale: #2C2C2C. Windows color (decimal): -9502116 or 6029935. OLE color: 6029935.

HSL color Cylindrical-coordinate representation of color #6F025C: hue angle of 310.46º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F025C is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 2 92 -
CMYK 0 0.98 0.17 0.56
HSL 310.46º 0.96% 0.22% -
HSV(B) 310.46º 0.98% 0.44% -
XYZ 8.51 4.2 10.49 -
YUV 44.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 111 2 92 0 0.98 0.17 0.56 310.46 0.96 0.22
Hex 6F 2 5C 0 62 11 38 136 60 16
Octal 157 2 134 0 142 21 70 466 140 26
Binary 1101111 10 1011100 0 1100010 10001 111000 100110110 1100000 10110

Color Harmonies of #6F025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F025C

Black with #6F025C

Text Example


Text Example

White with #6F025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,92); }

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

background-color css

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

 a { background-color: rgb(111,2,92); }

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

border-color css

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

 span { border-color: rgb(111,2,92); }

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