Html Css Color HEX #69075A Palatinate Purple

📋 copy color: '#69075A'

red 105 ◦ green 7 ◦ blue 90

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

Shades of Palatinate Purple #69075A

Tints of Palatinate Purple #69075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.55%

R = 51.98%
G = 3.47%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#69075A (or 0x69075A) is known color: Palatinate Purple. HEX triplet: 69, 07 and 5A. RGB value is (105,7,90). Sum of RGB (Red+Green+Blue) = 105+7+90=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #69075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69075A is #96F8A5. Grayscale: #2D2D2D. Windows color (decimal): -9894054 or 5900137. OLE color: 5900137.

HSL color Cylindrical-coordinate representation of color #69075A: hue angle of 309.18º 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 #69075A is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 7 90 -
CMYK 0 0.93 0.14 0.59
HSL 309.18º 0.88% 0.22% -
HSV(B) 309.18º 0.93% 0.41% -
XYZ 7.75 3.89 10.02 -
YUV 45.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 105 7 90 0 0.93 0.14 0.59 309.18 0.88 0.22
Hex 69 7 5A 0 5D E 3B 135 58 16
Octal 151 7 132 0 135 16 73 465 130 26
Binary 1101001 111 1011010 0 1011101 1110 111011 100110101 1011000 10110

Color Harmonies of #69075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69075A

Black with #69075A

Text Example


Text Example

White with #69075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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