Html Css Color HEX #69126E Palatinate Purple

📋 copy color: '#69126E'

red 105 ◦ green 18 ◦ blue 110

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

Shades of Palatinate Purple #69126E

Tints of Palatinate Purple #69126E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.21%

R = 45.06%
G = 7.73%
B = 47.21%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#69126E (or 0x69126E) is known color: Palatinate Purple. HEX triplet: 69, 12 and 6E. RGB value is (105,18,110). Sum of RGB (Red+Green+Blue) = 105+18+110=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #69126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69126E is #96ED91. Grayscale: #363636. Windows color (decimal): -9891218 or 7213673. OLE color: 7213673.

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

Color convert

RGB 105 18 110 -
CMYK 0.05 0.84 0 0.57
HSL 296.74º 0.72% 0.25% -
HSV(B) 296.74º 0.84% 0.43% -
XYZ 8.86 4.56 15.17 -
YUV 54.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 105 18 110 0.05 0.84 0 0.57 296.74 0.72 0.25
Hex 69 12 6E 5 54 0 39 129 48 19
Octal 151 22 156 5 124 0 71 451 110 31
Binary 1101001 10010 1101110 101 1010100 0 111001 100101001 1001000 11001

Color Harmonies of #69126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69126E

Black with #69126E

Text Example


Text Example

White with #69126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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