Html Css Color HEX #69028C Purple

📋 copy color: '#69028C'

red 105 ◦ green 2 ◦ blue 140

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

Shades of Purple #69028C

Tints of Purple #69028C

RGB

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

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

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

R = 42.51%
G = 0.81%
B = 56.68%

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

#69028C (or 0x69028C) is known color: Purple. HEX triplet: 69, 02 and 8C. RGB value is (105,2,140). Sum of RGB (Red+Green+Blue) = 105+2+140=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #69028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69028C is #96FD73. Grayscale: #303030. Windows color (decimal): -9895284 or 9175657. OLE color: 9175657.

HSL color Cylindrical-coordinate representation of color #69028C: hue angle of 284.78º degrees, saturation: 0.97, 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 #69028C is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 2 140 -
CMYK 0.25 0.99 0 0.45
HSL 284.78º 0.97% 0.28% -
HSV(B) 284.78º 0.99% 0.55% -
XYZ 10.58 4.94 25.21 -
YUV 48.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 105 2 140 0.25 0.99 0 0.45 284.78 0.97 0.28
Hex 69 2 8C 19 63 0 2D 11D 61 1C
Octal 151 2 214 31 143 0 55 435 141 34
Binary 1101001 10 10001100 11001 1100011 0 101101 100011101 1100001 11100

Color Harmonies of #69028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69028C

Black with #69028C

Text Example


Text Example

White with #69028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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