Html Css Color HEX #69005E Palatinate Purple

📋 copy color: '#69005E'

red 105 ◦ green 0 ◦ blue 94

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

Shades of Palatinate Purple #69005E

Tints of Palatinate Purple #69005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.76%
G = 0%
B = 47.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69005E (or 0x69005E) is known color: Palatinate Purple. HEX triplet: 69, 00 and 5E. RGB value is (105,0,94). Sum of RGB (Red+Green+Blue) = 105+0+94=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69005E is #96FFA1. Grayscale: #292929. Windows color (decimal): -9895842 or 6160489. OLE color: 6160489.

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

Color convert

RGB 105 0 94 -
CMYK 0 1 0.10 0.59
HSL 306.29º 1% 0.21% -
HSV(B) 306.29º 1% 0.41% -
XYZ 7.85 3.81 10.91 -
YUV 42.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 105 0 94 0 1 0.10 0.59 306.29 1 0.21
Hex 69 0 5E 0 64 A 3B 132 64 15
Octal 151 0 136 0 144 12 73 462 144 25
Binary 1101001 0 1011110 0 1100100 1010 111011 100110010 1100100 10101

Color Harmonies of #69005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69005E

Black with #69005E

Text Example


Text Example

White with #69005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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