Html Css Color HEX #6B2466 Palatinate Purple

📋 copy color: '#6B2466'

red 107 ◦ green 36 ◦ blue 102

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

Shades of Palatinate Purple #6B2466

Tints of Palatinate Purple #6B2466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 102 (40.23% from 255) = 41.63%

R = 43.67%
G = 14.69%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6B2466 (or 0x6B2466) is known color: Palatinate Purple. HEX triplet: 6B, 24 and 66. RGB value is (107,36,102). Sum of RGB (Red+Green+Blue) = 107+36+102=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2466 is #94DB99. Grayscale: #404040. Windows color (decimal): -9755546 or 6693995. OLE color: 6693995.

HSL color Cylindrical-coordinate representation of color #6B2466: hue angle of 304.23º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B2466 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 36 102 -
CMYK 0 0.66 0.05 0.58
HSL 304.23º 0.5% 0.28% -
HSV(B) 304.23º 0.66% 0.42% -
XYZ 9.09 5.35 13.12 -
YUV 64.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 107 36 102 0 0.66 0.05 0.58 304.23 0.5 0.28
Hex 6B 24 66 0 42 5 3A 130 32 1C
Octal 153 44 146 0 102 5 72 460 62 34
Binary 1101011 100100 1100110 0 1000010 101 111010 100110000 110010 11100

Color Harmonies of #6B2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2466

Black with #6B2466

Text Example


Text Example

White with #6B2466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,36,102); }

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

background-color css

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

 a { background-color: rgb(107,36,102); }

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

border-color css

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

 span { border-color: rgb(107,36,102); }

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