Html Css Color HEX #69025E Palatinate Purple

📋 copy color: '#69025E'

red 105 ◦ green 2 ◦ blue 94

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

Shades of Palatinate Purple #69025E

Tints of Palatinate Purple #69025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.77%

R = 52.24%
G = 1%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#69025E (or 0x69025E) is known color: Palatinate Purple. HEX triplet: 69, 02 and 5E. RGB value is (105,2,94). Sum of RGB (Red+Green+Blue) = 105+2+94=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69025E is #96FDA1. Grayscale: #2B2B2B. Windows color (decimal): -9895330 or 6161001. OLE color: 6161001.

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

Color convert

RGB 105 2 94 -
CMYK 0 0.98 0.10 0.59
HSL 306.41º 0.96% 0.21% -
HSV(B) 306.41º 0.98% 0.41% -
XYZ 7.87 3.85 10.92 -
YUV 43.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 105 2 94 0 0.98 0.10 0.59 306.41 0.96 0.21
Hex 69 2 5E 0 62 A 3B 132 60 15
Octal 151 2 136 0 142 12 73 462 140 25
Binary 1101001 10 1011110 0 1100010 1010 111011 100110010 1100000 10101

Color Harmonies of #69025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69025E

Black with #69025E

Text Example


Text Example

White with #69025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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