Html Css Color HEX #690C67 Palatinate Purple

📋 copy color: '#690C67'

red 105 ◦ green 12 ◦ blue 103

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

Shades of Palatinate Purple #690C67

Tints of Palatinate Purple #690C67

RGB

 RED value IS 105 (41.41% from 255) = 47.73%

 GREEN value IS 12 (5.08% from 255) = 5.45%

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

R = 47.73%
G = 5.45%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#690C67 (or 0x690C67) is known color: Palatinate Purple. HEX triplet: 69, 0C and 67. RGB value is (105,12,103). Sum of RGB (Red+Green+Blue) = 105+12+103=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #690C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C67 is #96F398. Grayscale: #313131. Windows color (decimal): -9892761 or 6753385. OLE color: 6753385.

HSL color Cylindrical-coordinate representation of color #690C67: hue angle of 301.29º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C67 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 12 103 -
CMYK 0 0.89 0.02 0.59
HSL 301.29º 0.79% 0.23% -
HSV(B) 301.29º 0.89% 0.41% -
XYZ 8.41 4.25 13.21 -
YUV 50.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 105 12 103 0 0.89 0.02 0.59 301.29 0.79 0.23
Hex 69 C 67 0 59 2 3B 12D 4F 17
Octal 151 14 147 0 131 2 73 455 117 27
Binary 1101001 1100 1100111 0 1011001 10 111011 100101101 1001111 10111

Color Harmonies of #690C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C67

Black with #690C67

Text Example


Text Example

White with #690C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690C67; }

 p { color: rgb(105,12,103); }

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

background-color css

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

 a { background-color: rgb(105,12,103); }

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

border-color css

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

 span { border-color: rgb(105,12,103); }

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