Html Css Color HEX #69136C Palatinate Purple

📋 copy color: '#69136C'

red 105 ◦ green 19 ◦ blue 108

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

Shades of Palatinate Purple #69136C

Tints of Palatinate Purple #69136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 45.26%
G = 8.19%
B = 46.55%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69136C (or 0x69136C) is known color: Palatinate Purple. HEX triplet: 69, 13 and 6C. RGB value is (105,19,108). Sum of RGB (Red+Green+Blue) = 105+19+108=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #69136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69136C is #96EC93. Grayscale: #363636. Windows color (decimal): -9890964 or 7082857. OLE color: 7082857.

HSL color Cylindrical-coordinate representation of color #69136C: hue angle of 297.98º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69136C is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 19 108 -
CMYK 0.03 0.82 0 0.58
HSL 297.98º 0.7% 0.25% -
HSV(B) 297.98º 0.82% 0.42% -
XYZ 8.77 4.55 14.6 -
YUV 54.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 105 19 108 0.03 0.82 0 0.58 297.98 0.7 0.25
Hex 69 13 6C 3 52 0 3A 12A 46 19
Octal 151 23 154 3 122 0 72 452 106 31
Binary 1101001 10011 1101100 11 1010010 0 111010 100101010 1000110 11001

Color Harmonies of #69136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69136C

Black with #69136C

Text Example


Text Example

White with #69136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69136C; }

 p { color: rgb(105,19,108); }

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

background-color css

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

 a { background-color: rgb(105,19,108); }

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

border-color css

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

 span { border-color: rgb(105,19,108); }

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