Html Css Color HEX #6B255E Palatinate Purple

📋 copy color: '#6B255E'

red 107 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #6B255E

Tints of Palatinate Purple #6B255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 44.96%
G = 15.55%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B255E (or 0x6B255E) is known color: Palatinate Purple. HEX triplet: 6B, 25 and 5E. RGB value is (107,37,94). Sum of RGB (Red+Green+Blue) = 107+37+94=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B255E is #94DAA1. Grayscale: #404040. Windows color (decimal): -9755298 or 6169963. OLE color: 6169963.

HSL color Cylindrical-coordinate representation of color #6B255E: hue angle of 311.14º 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 #6B255E is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 37 94 -
CMYK 0 0.65 0.12 0.58
HSL 311.14º 0.49% 0.28% -
HSV(B) 311.14º 0.65% 0.42% -
XYZ 8.75 5.26 11.14 -
YUV 64.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 107 37 94 0 0.65 0.12 0.58 311.14 0.49 0.28
Hex 6B 25 5E 0 41 C 3A 137 31 1C
Octal 153 45 136 0 101 14 72 467 61 34
Binary 1101011 100101 1011110 0 1000001 1100 111010 100110111 110001 11100

Color Harmonies of #6B255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B255E

Black with #6B255E

Text Example


Text Example

White with #6B255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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