Html Css Color HEX #6B3258 Palatinate Purple

📋 copy color: '#6B3258'

red 107 ◦ green 50 ◦ blue 88

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

Shades of Palatinate Purple #6B3258

Tints of Palatinate Purple #6B3258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 43.67%
G = 20.41%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6B3258 (or 0x6B3258) is known color: Palatinate Purple. HEX triplet: 6B, 32 and 58. RGB value is (107,50,88). Sum of RGB (Red+Green+Blue) = 107+50+88=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3258 is #94CDA7. Grayscale: #474747. Windows color (decimal): -9751976 or 5780075. OLE color: 5780075.

HSL color Cylindrical-coordinate representation of color #6B3258: hue angle of 320º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B3258 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 50 88 -
CMYK 0 0.53 0.18 0.58
HSL 320º 0.36% 0.31% -
HSV(B) 320º 0.53% 0.42% -
XYZ 8.97 6.11 9.94 -
YUV 71.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 107 50 88 0 0.53 0.18 0.58 320 0.36 0.31
Hex 6B 32 58 0 35 12 3A 140 24 1F
Octal 153 62 130 0 65 22 72 500 44 37
Binary 1101011 110010 1011000 0 110101 10010 111010 101000000 100100 11111

Color Harmonies of #6B3258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3258

Black with #6B3258

Text Example


Text Example

White with #6B3258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,88); }

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

background-color css

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

 a { background-color: rgb(107,50,88); }

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

border-color css

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

 span { border-color: rgb(107,50,88); }

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