Html Css Color HEX #69126D Palatinate Purple

📋 copy color: '#69126D'

red 105 ◦ green 18 ◦ blue 109

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

Shades of Palatinate Purple #69126D

Tints of Palatinate Purple #69126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

 BLUE value IS 109 (42.97% from 255) = 46.98%

R = 45.26%
G = 7.76%
B = 46.98%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#69126D (or 0x69126D) is known color: Palatinate Purple. HEX triplet: 69, 12 and 6D. RGB value is (105,18,109). Sum of RGB (Red+Green+Blue) = 105+18+109=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #69126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69126D is #96ED92. Grayscale: #363636. Windows color (decimal): -9891219 or 7148137. OLE color: 7148137.

HSL color Cylindrical-coordinate representation of color #69126D: hue angle of 297.36º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #69126D is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 18 109 -
CMYK 0.04 0.83 0 0.57
HSL 297.36º 0.72% 0.25% -
HSV(B) 297.36º 0.83% 0.43% -
XYZ 8.8 4.54 14.88 -
YUV 54.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 105 18 109 0.04 0.83 0 0.57 297.36 0.72 0.25
Hex 69 12 6D 4 53 0 39 129 48 19
Octal 151 22 155 4 123 0 71 451 110 31
Binary 1101001 10010 1101101 100 1010011 0 111001 100101001 1001000 11001

Color Harmonies of #69126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69126D

Black with #69126D

Text Example


Text Example

White with #69126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69126D; }

 p { color: rgb(105,18,109); }

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

background-color css

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

 a { background-color: rgb(105,18,109); }

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

border-color css

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

 span { border-color: rgb(105,18,109); }

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