Html Css Color HEX #69027F Purple

📋 copy color: '#69027F'

red 105 ◦ green 2 ◦ blue 127

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

Shades of Purple #69027F

Tints of Purple #69027F

RGB

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

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

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

R = 44.87%
G = 0.85%
B = 54.27%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#69027F (or 0x69027F) is known color: Purple. HEX triplet: 69, 02 and 7F. RGB value is (105,2,127). Sum of RGB (Red+Green+Blue) = 105+2+127=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #69027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69027F is #96FD80. Grayscale: #2E2E2E. Windows color (decimal): -9895297 or 8323689. OLE color: 8323689.

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

Color convert

RGB 105 2 127 -
CMYK 0.17 0.98 0 0.50
HSL 289.44º 0.97% 0.25% -
HSV(B) 289.44º 0.98% 0.5% -
XYZ 9.68 4.58 20.45 -
YUV 47.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 105 2 127 0.17 0.98 0 0.50 289.44 0.97 0.25
Hex 69 2 7F 11 62 0 32 121 61 19
Octal 151 2 177 21 142 0 62 441 141 31
Binary 1101001 10 1111111 10001 1100010 0 110010 100100001 1100001 11001

Color Harmonies of #69027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69027F

Black with #69027F

Text Example


Text Example

White with #69027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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