Html Css Color HEX #69057F Purple

📋 copy color: '#69057F'

red 105 ◦ green 5 ◦ blue 127

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

Shades of Purple #69057F

Tints of Purple #69057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 127 (50% from 255) = 53.59%

R = 44.3%
G = 2.11%
B = 53.59%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#69057F (or 0x69057F) is known color: Purple. HEX triplet: 69, 05 and 7F. RGB value is (105,5,127). Sum of RGB (Red+Green+Blue) = 105+5+127=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #69057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69057F is #96FA80. Grayscale: #303030. Windows color (decimal): -9894529 or 8324457. OLE color: 8324457.

HSL color Cylindrical-coordinate representation of color #69057F: hue angle of 289.18º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69057F is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 5 127 -
CMYK 0.17 0.96 0 0.50
HSL 289.18º 0.92% 0.26% -
HSV(B) 289.18º 0.96% 0.5% -
XYZ 9.71 4.64 20.46 -
YUV 48.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 105 5 127 0.17 0.96 0 0.50 289.18 0.92 0.26
Hex 69 5 7F 11 60 0 32 121 5C 1A
Octal 151 5 177 21 140 0 62 441 134 32
Binary 1101001 101 1111111 10001 1100000 0 110010 100100001 1011100 11010

Color Harmonies of #69057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69057F

Black with #69057F

Text Example


Text Example

White with #69057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,5,127); }

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

background-color css

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

 a { background-color: rgb(105,5,127); }

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

border-color css

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

 span { border-color: rgb(105,5,127); }

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