Html Css Color HEX #69025D Palatinate Purple

📋 copy color: '#69025D'

red 105 ◦ green 2 ◦ blue 93

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

Shades of Palatinate Purple #69025D

Tints of Palatinate Purple #69025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 93 (36.72% from 255) = 46.5%

R = 52.5%
G = 1%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#69025D (or 0x69025D) is known color: Palatinate Purple. HEX triplet: 69, 02 and 5D. RGB value is (105,2,93). Sum of RGB (Red+Green+Blue) = 105+2+93=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #69025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69025D is #96FDA2. Grayscale: #2A2A2A. Windows color (decimal): -9895331 or 6095465. OLE color: 6095465.

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

Color convert

RGB 105 2 93 -
CMYK 0 0.98 0.11 0.59
HSL 306.99º 0.96% 0.21% -
HSV(B) 306.99º 0.98% 0.41% -
XYZ 7.82 3.84 10.68 -
YUV 43.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 105 2 93 0 0.98 0.11 0.59 306.99 0.96 0.21
Hex 69 2 5D 0 62 B 3B 133 60 15
Octal 151 2 135 0 142 13 73 463 140 25
Binary 1101001 10 1011101 0 1100010 1011 111011 100110011 1100000 10101

Color Harmonies of #69025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69025D

Black with #69025D

Text Example


Text Example

White with #69025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69025D; }

 p { color: rgb(105,2,93); }

 H1.HeaderClassName
 {
   color: #69025D;
 }
 .AnyTagClassName
 {
   color: #69025D;
 }
</style>

background-color css

<style>
 a { background-color: #69025D; }

 a { background-color: rgb(105,2,93); }

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

border-color css

<style>
 span { border-color: #69025D; }

 span { border-color: rgb(105,2,93); }

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