Html Css Color HEX #6B2C67 Palatinate Purple

📋 copy color: '#6B2C67'

red 107 ◦ green 44 ◦ blue 103

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

Shades of Palatinate Purple #6B2C67

Tints of Palatinate Purple #6B2C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.32%

 BLUE value IS 103 (40.63% from 255) = 40.55%

R = 42.13%
G = 17.32%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6B2C67 (or 0x6B2C67) is known color: Palatinate Purple. HEX triplet: 6B, 2C and 67. RGB value is (107,44,103). Sum of RGB (Red+Green+Blue) = 107+44+103=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2C67 is #94D398. Grayscale: #454545. Windows color (decimal): -9753497 or 6761579. OLE color: 6761579.

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

Color convert

RGB 107 44 103 -
CMYK 0 0.59 0.04 0.58
HSL 303.81º 0.42% 0.3% -
HSV(B) 303.81º 0.59% 0.42% -
XYZ 9.41 5.91 13.48 -
YUV 69.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 107 44 103 0 0.59 0.04 0.58 303.81 0.42 0.3
Hex 6B 2C 67 0 3B 4 3A 130 2A 1E
Octal 153 54 147 0 73 4 72 460 52 36
Binary 1101011 101100 1100111 0 111011 100 111010 100110000 101010 11110

Color Harmonies of #6B2C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2C67

Black with #6B2C67

Text Example


Text Example

White with #6B2C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,44,103); }

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

background-color css

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

 a { background-color: rgb(107,44,103); }

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

border-color css

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

 span { border-color: rgb(107,44,103); }

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