Html Css Color HEX #69015C Palatinate Purple

📋 copy color: '#69015C'

red 105 ◦ green 1 ◦ blue 92

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

Shades of Palatinate Purple #69015C

Tints of Palatinate Purple #69015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.46%

R = 53.03%
G = 0.51%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#69015C (or 0x69015C) is known color: Palatinate Purple. HEX triplet: 69, 01 and 5C. RGB value is (105,1,92). Sum of RGB (Red+Green+Blue) = 105+1+92=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #69015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69015C is #96FEA3. Grayscale: #2A2A2A. Windows color (decimal): -9895588 or 6029673. OLE color: 6029673.

HSL color Cylindrical-coordinate representation of color #69015C: hue angle of 307.5º 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 #69015C is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 92 -
CMYK 0 0.99 0.12 0.59
HSL 307.5º 0.98% 0.21% -
HSV(B) 307.5º 0.99% 0.41% -
XYZ 7.77 3.8 10.45 -
YUV 42.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 105 1 92 0 0.99 0.12 0.59 307.5 0.98 0.21
Hex 69 1 5C 0 63 C 3B 134 62 15
Octal 151 1 134 0 143 14 73 464 142 25
Binary 1101001 1 1011100 0 1100011 1100 111011 100110100 1100010 10101

Color Harmonies of #69015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69015C

Black with #69015C

Text Example


Text Example

White with #69015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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