Html Css Color HEX #69015F Palatinate Purple

📋 copy color: '#69015F'

red 105 ◦ green 1 ◦ blue 95

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

Shades of Palatinate Purple #69015F

Tints of Palatinate Purple #69015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 52.24%
G = 0.5%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69015F (or 0x69015F) is known color: Palatinate Purple. HEX triplet: 69, 01 and 5F. RGB value is (105,1,95). Sum of RGB (Red+Green+Blue) = 105+1+95=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69015F is #96FEA0. Grayscale: #2A2A2A. Windows color (decimal): -9895585 or 6226281. OLE color: 6226281.

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

Color convert

RGB 105 1 95 -
CMYK 0 0.99 0.10 0.59
HSL 305.77º 0.98% 0.21% -
HSV(B) 305.77º 0.99% 0.41% -
XYZ 7.9 3.85 11.15 -
YUV 42.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 105 1 95 0 0.99 0.10 0.59 305.77 0.98 0.21
Hex 69 1 5F 0 63 A 3B 132 62 15
Octal 151 1 137 0 143 12 73 462 142 25
Binary 1101001 1 1011111 0 1100011 1010 111011 100110010 1100010 10101

Color Harmonies of #69015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69015F

Black with #69015F

Text Example


Text Example

White with #69015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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