Html Css Color HEX #69028A Purple

📋 copy color: '#69028A'

red 105 ◦ green 2 ◦ blue 138

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

Shades of Purple #69028A

Tints of Purple #69028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.33%

R = 42.86%
G = 0.82%
B = 56.33%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69028A (or 0x69028A) is known color: Purple. HEX triplet: 69, 02 and 8A. RGB value is (105,2,138). Sum of RGB (Red+Green+Blue) = 105+2+138=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #69028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69028A is #96FD75. Grayscale: #2F2F2F. Windows color (decimal): -9895286 or 9044585. OLE color: 9044585.

HSL color Cylindrical-coordinate representation of color #69028A: hue angle of 285.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69028A is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 2 138 -
CMYK 0.24 0.99 0 0.46
HSL 285.44º 0.97% 0.27% -
HSV(B) 285.44º 0.99% 0.54% -
XYZ 10.43 4.88 24.44 -
YUV 48.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 105 2 138 0.24 0.99 0 0.46 285.44 0.97 0.27
Hex 69 2 8A 18 63 0 2E 11D 61 1B
Octal 151 2 212 30 143 0 56 435 141 33
Binary 1101001 10 10001010 11000 1100011 0 101110 100011101 1100001 11011

Color Harmonies of #69028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69028A

Black with #69028A

Text Example


Text Example

White with #69028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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