Html Css Color HEX #69018C Purple

📋 copy color: '#69018C'

red 105 ◦ green 1 ◦ blue 140

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

Shades of Purple #69018C

Tints of Purple #69018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.91%

R = 42.68%
G = 0.41%
B = 56.91%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69018C (or 0x69018C) is known color: Purple. HEX triplet: 69, 01 and 8C. RGB value is (105,1,140). Sum of RGB (Red+Green+Blue) = 105+1+140=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #69018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69018C is #96FE73. Grayscale: #2F2F2F. Windows color (decimal): -9895540 or 9175401. OLE color: 9175401.

HSL color Cylindrical-coordinate representation of color #69018C: hue angle of 284.89º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69018C is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 1 140 -
CMYK 0.25 0.99 0 0.45
HSL 284.89º 0.99% 0.28% -
HSV(B) 284.89º 0.99% 0.55% -
XYZ 10.57 4.92 25.2 -
YUV 47.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 105 1 140 0.25 0.99 0 0.45 284.89 0.99 0.28
Hex 69 1 8C 19 63 0 2D 11D 63 1C
Octal 151 1 214 31 143 0 55 435 143 34
Binary 1101001 1 10001100 11001 1100011 0 101101 100011101 1100011 11100

Color Harmonies of #69018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69018C

Black with #69018C

Text Example


Text Example

White with #69018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69018C; }

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

 H1.HeaderClassName
 {
   color: #69018C;
 }
 .AnyTagClassName
 {
   color: #69018C;
 }
</style>

background-color css

<style>
 a { background-color: #69018C; }

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

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

border-color css

<style>
 span { border-color: #69018C; }

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

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