Html Css Color HEX #69027D Purple

📋 copy color: '#69027D'

red 105 ◦ green 2 ◦ blue 125

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

Shades of Purple #69027D

Tints of Purple #69027D

RGB

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

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

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

R = 45.26%
G = 0.86%
B = 53.88%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69027D (or 0x69027D) is known color: Purple. HEX triplet: 69, 02 and 7D. RGB value is (105,2,125). Sum of RGB (Red+Green+Blue) = 105+2+125=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #69027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69027D is #96FD82. Grayscale: #2E2E2E. Windows color (decimal): -9895299 or 8192617. OLE color: 8192617.

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

Color convert

RGB 105 2 125 -
CMYK 0.16 0.98 0 0.51
HSL 290.24º 0.97% 0.25% -
HSV(B) 290.24º 0.98% 0.49% -
XYZ 9.55 4.53 19.77 -
YUV 46.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 105 2 125 0.16 0.98 0 0.51 290.24 0.97 0.25
Hex 69 2 7D 10 62 0 33 122 61 19
Octal 151 2 175 20 142 0 63 442 141 31
Binary 1101001 10 1111101 10000 1100010 0 110011 100100010 1100001 11001

Color Harmonies of #69027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69027D

Black with #69027D

Text Example


Text Example

White with #69027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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