Html Css Color HEX #69007C Purple

📋 copy color: '#69007C'

red 105 ◦ green 0 ◦ blue 124

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

Shades of Purple #69007C

Tints of Purple #69007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 45.85%
G = 0%
B = 54.15%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69007C (or 0x69007C) is known color: Purple. HEX triplet: 69, 00 and 7C. RGB value is (105,0,124). Sum of RGB (Red+Green+Blue) = 105+0+124=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #69007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69007C is #96FF83. Grayscale: #2D2D2D. Windows color (decimal): -9895812 or 8126569. OLE color: 8126569.

HSL color Cylindrical-coordinate representation of color #69007C: hue angle of 290.81º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69007C is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 0 124 -
CMYK 0.15 1 0 0.51
HSL 290.81º 1% 0.24% -
HSV(B) 290.81º 1% 0.49% -
XYZ 9.46 4.46 19.43 -
YUV 45.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 105 0 124 0.15 1 0 0.51 290.81 1 0.24
Hex 69 0 7C F 64 0 33 123 64 18
Octal 151 0 174 17 144 0 63 443 144 30
Binary 1101001 0 1111100 1111 1100100 0 110011 100100011 1100100 11000

Color Harmonies of #69007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69007C

Black with #69007C

Text Example


Text Example

White with #69007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,0,124); }

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

background-color css

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

 a { background-color: rgb(105,0,124); }

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

border-color css

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

 span { border-color: rgb(105,0,124); }

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