Html Css Color HEX #6B305E Palatinate Purple

📋 copy color: '#6B305E'

red 107 ◦ green 48 ◦ blue 94

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

Shades of Palatinate Purple #6B305E

Tints of Palatinate Purple #6B305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 42.97%
G = 19.28%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B305E (or 0x6B305E) is known color: Palatinate Purple. HEX triplet: 6B, 30 and 5E. RGB value is (107,48,94). Sum of RGB (Red+Green+Blue) = 107+48+94=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B305E is #94CFA1. Grayscale: #464646. Windows color (decimal): -9752482 or 6172779. OLE color: 6172779.

HSL color Cylindrical-coordinate representation of color #6B305E: hue angle of 313.22º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B305E is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 48 94 -
CMYK 0 0.55 0.12 0.58
HSL 313.22º 0.38% 0.3% -
HSV(B) 313.22º 0.55% 0.42% -
XYZ 9.14 6.05 11.28 -
YUV 70.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 107 48 94 0 0.55 0.12 0.58 313.22 0.38 0.3
Hex 6B 30 5E 0 37 C 3A 139 26 1E
Octal 153 60 136 0 67 14 72 471 46 36
Binary 1101011 110000 1011110 0 110111 1100 111010 100111001 100110 11110

Color Harmonies of #6B305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B305E

Black with #6B305E

Text Example


Text Example

White with #6B305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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