Html Css Color HEX #6B255F Palatinate Purple

📋 copy color: '#6B255F'

red 107 ◦ green 37 ◦ blue 95

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

Shades of Palatinate Purple #6B255F

Tints of Palatinate Purple #6B255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 44.77%
G = 15.48%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B255F (or 0x6B255F) is known color: Palatinate Purple. HEX triplet: 6B, 25 and 5F. RGB value is (107,37,95). Sum of RGB (Red+Green+Blue) = 107+37+95=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B255F is #94DAA0. Grayscale: #404040. Windows color (decimal): -9755297 or 6235499. OLE color: 6235499.

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

Color convert

RGB 107 37 95 -
CMYK 0 0.65 0.11 0.58
HSL 310.29º 0.49% 0.28% -
HSV(B) 310.29º 0.65% 0.42% -
XYZ 8.79 5.28 11.38 -
YUV 64.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 107 37 95 0 0.65 0.11 0.58 310.29 0.49 0.28
Hex 6B 25 5F 0 41 B 3A 136 31 1C
Octal 153 45 137 0 101 13 72 466 61 34
Binary 1101011 100101 1011111 0 1000001 1011 111010 100110110 110001 11100

Color Harmonies of #6B255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B255F

Black with #6B255F

Text Example


Text Example

White with #6B255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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