Html Css Color HEX #69017D Purple

📋 copy color: '#69017D'

red 105 ◦ green 1 ◦ blue 125

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

Shades of Purple #69017D

Tints of Purple #69017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 45.45%
G = 0.43%
B = 54.11%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69017D (or 0x69017D) is known color: Purple. HEX triplet: 69, 01 and 7D. RGB value is (105,1,125). Sum of RGB (Red+Green+Blue) = 105+1+125=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #69017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69017D is #96FE82. Grayscale: #2D2D2D. Windows color (decimal): -9895555 or 8192361. OLE color: 8192361.

HSL color Cylindrical-coordinate representation of color #69017D: hue angle of 290.32º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69017D is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 1 125 -
CMYK 0.16 0.99 0 0.51
HSL 290.32º 0.98% 0.25% -
HSV(B) 290.32º 0.99% 0.49% -
XYZ 9.54 4.51 19.77 -
YUV 46.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 105 1 125 0.16 0.99 0 0.51 290.32 0.98 0.25
Hex 69 1 7D 10 63 0 33 122 62 19
Octal 151 1 175 20 143 0 63 442 142 31
Binary 1101001 1 1111101 10000 1100011 0 110011 100100010 1100010 11001

Color Harmonies of #69017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69017D

Black with #69017D

Text Example


Text Example

White with #69017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69017D; }

 p { color: rgb(105,1,125); }

 H1.HeaderClassName
 {
   color: #69017D;
 }
 .AnyTagClassName
 {
   color: #69017D;
 }
</style>

background-color css

<style>
 a { background-color: #69017D; }

 a { background-color: rgb(105,1,125); }

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

border-color css

<style>
 span { border-color: #69017D; }

 span { border-color: rgb(105,1,125); }

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