Html Css Color HEX #672665 Palatinate Purple

📋 copy color: '#672665'

red 103 ◦ green 38 ◦ blue 101

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

Shades of Palatinate Purple #672665

Tints of Palatinate Purple #672665

RGB

 RED value IS 103 (40.63% from 255) = 42.56%

 GREEN value IS 38 (15.23% from 255) = 15.7%

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 42.56%
G = 15.7%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#672665 (or 0x672665) is known color: Palatinate Purple. HEX triplet: 67, 26 and 65. RGB value is (103,38,101). Sum of RGB (Red+Green+Blue) = 103+38+101=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #672665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672665 is #98D99A. Grayscale: #404040. Windows color (decimal): -10017179 or 6628967. OLE color: 6628967.

HSL color Cylindrical-coordinate representation of color #672665: hue angle of 301.85º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672665 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 38 101 -
CMYK 0 0.63 0.02 0.60
HSL 301.85º 0.46% 0.28% -
HSV(B) 301.85º 0.63% 0.4% -
XYZ 8.64 5.21 12.86 -
YUV 64.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 103 38 101 0 0.63 0.02 0.60 301.85 0.46 0.28
Hex 67 26 65 0 3F 2 3C 12E 2E 1C
Octal 147 46 145 0 77 2 74 456 56 34
Binary 1100111 100110 1100101 0 111111 10 111100 100101110 101110 11100

Color Harmonies of #672665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672665

Black with #672665

Text Example


Text Example

White with #672665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672665; }

 p { color: rgb(103,38,101); }

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

background-color css

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

 a { background-color: rgb(103,38,101); }

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

border-color css

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

 span { border-color: rgb(103,38,101); }

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