Html Css Color HEX #69255E Palatinate Purple

📋 copy color: '#69255E'

red 105 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #69255E

Tints of Palatinate Purple #69255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 44.49%
G = 15.68%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69255E (or 0x69255E) is known color: Palatinate Purple. HEX triplet: 69, 25 and 5E. RGB value is (105,37,94). Sum of RGB (Red+Green+Blue) = 105+37+94=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69255E is #96DAA1. Grayscale: #3F3F3F. Windows color (decimal): -9886370 or 6169961. OLE color: 6169961.

HSL color Cylindrical-coordinate representation of color #69255E: hue angle of 309.71º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69255E is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 37 94 -
CMYK 0 0.65 0.10 0.59
HSL 309.71º 0.48% 0.28% -
HSV(B) 309.71º 0.65% 0.41% -
XYZ 8.51 5.13 11.13 -
YUV 63.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 105 37 94 0 0.65 0.10 0.59 309.71 0.48 0.28
Hex 69 25 5E 0 41 A 3B 136 30 1C
Octal 151 45 136 0 101 12 73 466 60 34
Binary 1101001 100101 1011110 0 1000001 1010 111011 100110110 110000 11100

Color Harmonies of #69255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69255E

Black with #69255E

Text Example


Text Example

White with #69255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,37,94); }

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

background-color css

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

 a { background-color: rgb(105,37,94); }

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

border-color css

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

 span { border-color: rgb(105,37,94); }

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