Html Css Color HEX #6B305A Palatinate Purple

📋 copy color: '#6B305A'

red 107 ◦ green 48 ◦ blue 90

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

Shades of Palatinate Purple #6B305A

Tints of Palatinate Purple #6B305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 43.67%
G = 19.59%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B305A (or 0x6B305A) is known color: Palatinate Purple. HEX triplet: 6B, 30 and 5A. RGB value is (107,48,90). Sum of RGB (Red+Green+Blue) = 107+48+90=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B305A is #94CFA5. Grayscale: #464646. Windows color (decimal): -9752486 or 5910635. OLE color: 5910635.

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

Color convert

RGB 107 48 90 -
CMYK 0 0.55 0.16 0.58
HSL 317.29º 0.38% 0.3% -
HSV(B) 317.29º 0.55% 0.42% -
XYZ 8.97 5.98 10.35 -
YUV 70.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 107 48 90 0 0.55 0.16 0.58 317.29 0.38 0.3
Hex 6B 30 5A 0 37 10 3A 13D 26 1E
Octal 153 60 132 0 67 20 72 475 46 36
Binary 1101011 110000 1011010 0 110111 10000 111010 100111101 100110 11110

Color Harmonies of #6B305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B305A

Black with #6B305A

Text Example


Text Example

White with #6B305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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