Html Css Color HEX #67007C Purple

📋 copy color: '#67007C'

red 103 ◦ green 0 ◦ blue 124

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

Shades of Purple #67007C

Tints of Purple #67007C

RGB

 RED value IS 103 (40.63% from 255) = 45.37%

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

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

R = 45.37%
G = 0%
B = 54.63%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67007C (or 0x67007C) is known color: Purple. HEX triplet: 67, 00 and 7C. RGB value is (103,0,124). Sum of RGB (Red+Green+Blue) = 103+0+124=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #67007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67007C is #98FF83. Grayscale: #2C2C2C. Windows color (decimal): -10026884 or 8126567. OLE color: 8126567.

HSL color Cylindrical-coordinate representation of color #67007C: hue angle of 289.84º 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 #67007C is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 0 124 -
CMYK 0.17 1 0 0.51
HSL 289.84º 1% 0.24% -
HSV(B) 289.84º 1% 0.49% -
XYZ 9.23 4.34 19.42 -
YUV 44.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 103 0 124 0.17 1 0 0.51 289.84 1 0.24
Hex 67 0 7C 11 64 0 33 122 64 18
Octal 147 0 174 21 144 0 63 442 144 30
Binary 1100111 0 1111100 10001 1100100 0 110011 100100010 1100100 11000

Color Harmonies of #67007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67007C

Black with #67007C

Text Example


Text Example

White with #67007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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