Html Css Color HEX #69015B Palatinate Purple

📋 copy color: '#69015B'

red 105 ◦ green 1 ◦ blue 91

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

Shades of Palatinate Purple #69015B

Tints of Palatinate Purple #69015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 53.3%
G = 0.51%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#69015B (or 0x69015B) is known color: Palatinate Purple. HEX triplet: 69, 01 and 5B. RGB value is (105,1,91). Sum of RGB (Red+Green+Blue) = 105+1+91=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #69015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69015B is #96FEA4. Grayscale: #2A2A2A. Windows color (decimal): -9895589 or 5964137. OLE color: 5964137.

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

Color convert

RGB 105 1 91 -
CMYK 0 0.99 0.13 0.59
HSL 308.08º 0.98% 0.21% -
HSV(B) 308.08º 0.99% 0.41% -
XYZ 7.72 3.78 10.22 -
YUV 42.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 105 1 91 0 0.99 0.13 0.59 308.08 0.98 0.21
Hex 69 1 5B 0 63 D 3B 134 62 15
Octal 151 1 133 0 143 15 73 464 142 25
Binary 1101001 1 1011011 0 1100011 1101 111011 100110100 1100010 10101

Color Harmonies of #69015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69015B

Black with #69015B

Text Example


Text Example

White with #69015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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