Html Css Color HEX #6B256A Palatinate Purple

📋 copy color: '#6B256A'

red 107 ◦ green 37 ◦ blue 106

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

Shades of Palatinate Purple #6B256A

Tints of Palatinate Purple #6B256A

RGB

 RED value IS 107 (42.19% from 255) = 42.8%

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

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 42.8%
G = 14.8%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#6B256A (or 0x6B256A) is known color: Palatinate Purple. HEX triplet: 6B, 25 and 6A. RGB value is (107,37,106). Sum of RGB (Red+Green+Blue) = 107+37+106=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B256A is #94DA95. Grayscale: #414141. Windows color (decimal): -9755286 or 6956395. OLE color: 6956395.

HSL color Cylindrical-coordinate representation of color #6B256A: hue angle of 300.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B256A is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 37 106 -
CMYK 0 0.65 0.01 0.58
HSL 300.86º 0.49% 0.28% -
HSV(B) 300.86º 0.65% 0.42% -
XYZ 9.33 5.49 14.2 -
YUV 65.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 107 37 106 0 0.65 0.01 0.58 300.86 0.49 0.28
Hex 6B 25 6A 0 41 1 3A 12D 31 1C
Octal 153 45 152 0 101 1 72 455 61 34
Binary 1101011 100101 1101010 0 1000001 1 111010 100101101 110001 11100

Color Harmonies of #6B256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B256A

Black with #6B256A

Text Example


Text Example

White with #6B256A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,37,106); }

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

background-color css

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

 a { background-color: rgb(107,37,106); }

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

border-color css

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

 span { border-color: rgb(107,37,106); }

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