Html Css Color HEX #69075B Palatinate Purple

📋 copy color: '#69075B'

red 105 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #69075B

Tints of Palatinate Purple #69075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 51.72%
G = 3.45%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#69075B (or 0x69075B) is known color: Palatinate Purple. HEX triplet: 69, 07 and 5B. RGB value is (105,7,91). Sum of RGB (Red+Green+Blue) = 105+7+91=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69075B is #96F8A4. Grayscale: #2D2D2D. Windows color (decimal): -9894053 or 5965673. OLE color: 5965673.

HSL color Cylindrical-coordinate representation of color #69075B: hue angle of 308.57º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69075B is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 7 91 -
CMYK 0 0.93 0.13 0.59
HSL 308.57º 0.88% 0.22% -
HSV(B) 308.57º 0.93% 0.41% -
XYZ 7.79 3.91 10.24 -
YUV 45.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 105 7 91 0 0.93 0.13 0.59 308.57 0.88 0.22
Hex 69 7 5B 0 5D D 3B 135 58 16
Octal 151 7 133 0 135 15 73 465 130 26
Binary 1101001 111 1011011 0 1011101 1101 111011 100110101 1011000 10110

Color Harmonies of #69075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69075B

Black with #69075B

Text Example


Text Example

White with #69075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69075B; }

 p { color: rgb(105,7,91); }

 H1.HeaderClassName
 {
   color: #69075B;
 }
 .AnyTagClassName
 {
   color: #69075B;
 }
</style>

background-color css

<style>
 a { background-color: #69075B; }

 a { background-color: rgb(105,7,91); }

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

border-color css

<style>
 span { border-color: #69075B; }

 span { border-color: rgb(105,7,91); }

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