Html Css Color HEX #69016E Purple

📋 copy color: '#69016E'

red 105 ◦ green 1 ◦ blue 110

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

Shades of Purple #69016E

Tints of Purple #69016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.93%

R = 48.61%
G = 0.46%
B = 50.93%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#69016E (or 0x69016E) is known color: Purple. HEX triplet: 69, 01 and 6E. RGB value is (105,1,110). Sum of RGB (Red+Green+Blue) = 105+1+110=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #69016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69016E is #96FE91. Grayscale: #2C2C2C. Windows color (decimal): -9895570 or 7209321. OLE color: 7209321.

HSL color Cylindrical-coordinate representation of color #69016E: hue angle of 297.25º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69016E is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 1 110 -
CMYK 0.05 0.99 0 0.57
HSL 297.25º 0.98% 0.22% -
HSV(B) 297.25º 0.99% 0.43% -
XYZ 8.65 4.15 15.1 -
YUV 44.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 105 1 110 0.05 0.99 0 0.57 297.25 0.98 0.22
Hex 69 1 6E 5 63 0 39 129 62 16
Octal 151 1 156 5 143 0 71 451 142 26
Binary 1101001 1 1101110 101 1100011 0 111001 100101001 1100010 10110

Color Harmonies of #69016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69016E

Black with #69016E

Text Example


Text Example

White with #69016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69016E; }

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

 H1.HeaderClassName
 {
   color: #69016E;
 }
 .AnyTagClassName
 {
   color: #69016E;
 }
</style>

background-color css

<style>
 a { background-color: #69016E; }

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

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

border-color css

<style>
 span { border-color: #69016E; }

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

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