Html Css Color HEX #69125C Palatinate Purple

📋 copy color: '#69125C'

red 105 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #69125C

Tints of Palatinate Purple #69125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.79%

R = 48.84%
G = 8.37%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#69125C (or 0x69125C) is known color: Palatinate Purple. HEX triplet: 69, 12 and 5C. RGB value is (105,18,92). Sum of RGB (Red+Green+Blue) = 105+18+92=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #69125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69125C is #96EDA3. Grayscale: #343434. Windows color (decimal): -9891236 or 6034025. OLE color: 6034025.

HSL color Cylindrical-coordinate representation of color #69125C: hue angle of 308.97º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #69125C is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 18 92 -
CMYK 0 0.83 0.12 0.59
HSL 308.97º 0.71% 0.24% -
HSV(B) 308.97º 0.83% 0.41% -
XYZ 7.97 4.21 10.52 -
YUV 52.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 105 18 92 0 0.83 0.12 0.59 308.97 0.71 0.24
Hex 69 12 5C 0 53 C 3B 135 47 18
Octal 151 22 134 0 123 14 73 465 107 30
Binary 1101001 10010 1011100 0 1010011 1100 111011 100110101 1000111 11000

Color Harmonies of #69125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69125C

Black with #69125C

Text Example


Text Example

White with #69125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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