#670D6A

Color #670D6A Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #670D6A

Tints of Palatinate Purple #670D6A

Color information

#670D6A (or 0x670D6A) is unknown color: approx Palatinate Purple. HEX triplet: 67, 0D and 6A. RGB value is (103,13,106). Sum of RGB (Red+Green+Blue) = 103+13+106=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #670D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670D6A is #98F295. Grayscale: #323232. Windows color (decimal): -10023574 or 6950247. OLE color: 6950247.

HSL color Cylindrical-coordinate representation of color #670D6A: hue angle of 298.06º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670D6A is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10313106-
CMYK0.030.8800.58
HSL298.06º78.15%23.33%-
HSV(B)298.06º87.74%41.57%-
XYZ8.344.2114.01-
YUV50.51159.32165.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.40%
GREEN value IS 13 (5.47% from 255) = 5.86%
BLUE value IS 106 (41.80% from 255) = 47.75%
R=46.40%
G=5.86%
B=47.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103131060.030.8800.58298.0678.1523.33
Hex67D6A35803A12a4e17
Octal14715152313007245211627
Binary1100111110111010101110110000111010100101010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670D6A; }

 p { color: rgb(103,13,106); }

 H1.HeaderClassName
 {
   color: #670D6A;
 }
 .AnyTagClassName
 {
   color: #670D6A;
 }
</style>
background-color css

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

 a { background-color: rgb(103,13,106); }

 div.DivClassName
 {
   background-color: #670D6A;
 }
 .BgClassName
 {
   background-color: #670D6A;
 }
</style>
border-color css

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

 span { border-color: rgb(103,13,106); }

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