Html Css Color HEX #69385A Palatinate Purple

📋 copy color: '#69385A'

red 105 ◦ green 56 ◦ blue 90

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

Shades of Palatinate Purple #69385A

Tints of Palatinate Purple #69385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 41.83%
G = 22.31%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#69385A (or 0x69385A) is known color: Palatinate Purple. HEX triplet: 69, 38 and 5A. RGB value is (105,56,90). Sum of RGB (Red+Green+Blue) = 105+56+90=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #69385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69385A is #96C7A5. Grayscale: #4A4A4A. Windows color (decimal): -9881510 or 5912681. OLE color: 5912681.

HSL color Cylindrical-coordinate representation of color #69385A: hue angle of 318.37º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69385A is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 90 -
CMYK 0 0.47 0.14 0.59
HSL 318.37º 0.3% 0.32% -
HSV(B) 318.37º 0.47% 0.41% -
XYZ 9.09 6.57 10.46 -
YUV 74.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 105 56 90 0 0.47 0.14 0.59 318.37 0.3 0.32
Hex 69 38 5A 0 2F E 3B 13E 1E 20
Octal 151 70 132 0 57 16 73 476 36 40
Binary 1101001 111000 1011010 0 101111 1110 111011 100111110 11110 100000

Color Harmonies of #69385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69385A

Black with #69385A

Text Example


Text Example

White with #69385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69385A; }

 p { color: rgb(105,56,90); }

 H1.HeaderClassName
 {
   color: #69385A;
 }
 .AnyTagClassName
 {
   color: #69385A;
 }
</style>

background-color css

<style>
 a { background-color: #69385A; }

 a { background-color: rgb(105,56,90); }

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

border-color css

<style>
 span { border-color: #69385A; }

 span { border-color: rgb(105,56,90); }

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