Html Css Color HEX #6F256C Palatinate Purple

📋 copy color: '#6F256C'

red 111 ◦ green 37 ◦ blue 108

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

Shades of Palatinate Purple #6F256C

Tints of Palatinate Purple #6F256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 43.36%
G = 14.45%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F256C (or 0x6F256C) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 6C. RGB value is (111,37,108). Sum of RGB (Red+Green+Blue) = 111+37+108=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F256C is #90DA93. Grayscale: #434343. Windows color (decimal): -9493140 or 7087471. OLE color: 7087471.

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

Color convert

RGB 111 37 108 -
CMYK 0 0.67 0.03 0.56
HSL 302.43º 0.5% 0.29% -
HSV(B) 302.43º 0.67% 0.44% -
XYZ 9.92 5.79 14.78 -
YUV 67.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 111 37 108 0 0.67 0.03 0.56 302.43 0.5 0.29
Hex 6F 25 6C 0 43 3 38 12E 32 1D
Octal 157 45 154 0 103 3 70 456 62 35
Binary 1101111 100101 1101100 0 1000011 11 111000 100101110 110010 11101

Color Harmonies of #6F256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F256C

Black with #6F256C

Text Example


Text Example

White with #6F256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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