Html Css Color HEX #69147F Purple

📋 copy color: '#69147F'

red 105 ◦ green 20 ◦ blue 127

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

Shades of Purple #69147F

Tints of Purple #69147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.94%

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

R = 41.67%
G = 7.94%
B = 50.4%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#69147F (or 0x69147F) is known color: Purple. HEX triplet: 69, 14 and 7F. RGB value is (105,20,127). Sum of RGB (Red+Green+Blue) = 105+20+127=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #69147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69147F is #96EB80. Grayscale: #393939. Windows color (decimal): -9890689 or 8328297. OLE color: 8328297.

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

Color convert

RGB 105 20 127 -
CMYK 0.17 0.84 0 0.50
HSL 287.66º 0.73% 0.29% -
HSV(B) 287.66º 0.84% 0.5% -
XYZ 9.91 5.04 20.53 -
YUV 57.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 105 20 127 0.17 0.84 0 0.50 287.66 0.73 0.29
Hex 69 14 7F 11 54 0 32 120 49 1D
Octal 151 24 177 21 124 0 62 440 111 35
Binary 1101001 10100 1111111 10001 1010100 0 110010 100100000 1001001 11101

Color Harmonies of #69147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69147F

Black with #69147F

Text Example


Text Example

White with #69147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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