Html Css Color HEX #6B275C Palatinate Purple

📋 copy color: '#6B275C'

red 107 ◦ green 39 ◦ blue 92

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

Shades of Palatinate Purple #6B275C

Tints of Palatinate Purple #6B275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

 BLUE value IS 92 (36.33% from 255) = 38.66%

R = 44.96%
G = 16.39%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B275C (or 0x6B275C) is known color: Palatinate Purple. HEX triplet: 6B, 27 and 5C. RGB value is (107,39,92). Sum of RGB (Red+Green+Blue) = 107+39+92=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B275C is #94D8A3. Grayscale: #414141. Windows color (decimal): -9754788 or 6039403. OLE color: 6039403.

HSL color Cylindrical-coordinate representation of color #6B275C: hue angle of 313.24º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B275C is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 39 92 -
CMYK 0 0.64 0.14 0.58
HSL 313.24º 0.47% 0.29% -
HSV(B) 313.24º 0.64% 0.42% -
XYZ 8.72 5.35 10.7 -
YUV 65.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 107 39 92 0 0.64 0.14 0.58 313.24 0.47 0.29
Hex 6B 27 5C 0 40 E 3A 139 2F 1D
Octal 153 47 134 0 100 16 72 471 57 35
Binary 1101011 100111 1011100 0 1000000 1110 111010 100111001 101111 11101

Color Harmonies of #6B275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B275C

Black with #6B275C

Text Example


Text Example

White with #6B275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,39,92); }

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

background-color css

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

 a { background-color: rgb(107,39,92); }

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

border-color css

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

 span { border-color: rgb(107,39,92); }

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