Html Css Color HEX #67006F Purple

📋 copy color: '#67006F'

red 103 ◦ green 0 ◦ blue 111

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

Shades of Purple #67006F

Tints of Purple #67006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.87%

R = 48.13%
G = 0%
B = 51.87%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#67006F (or 0x67006F) is known color: Purple. HEX triplet: 67, 00 and 6F. RGB value is (103,0,111). Sum of RGB (Red+Green+Blue) = 103+0+111=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #67006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67006F is #98FF90. Grayscale: #2B2B2B. Windows color (decimal): -10026897 or 7274599. OLE color: 7274599.

HSL color Cylindrical-coordinate representation of color #67006F: hue angle of 295.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67006F is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 0 111 -
CMYK 0.07 1 0 0.56
HSL 295.68º 1% 0.22% -
HSV(B) 295.68º 1% 0.44% -
XYZ 8.46 4.03 15.37 -
YUV 43.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 103 0 111 0.07 1 0 0.56 295.68 1 0.22
Hex 67 0 6F 7 64 0 38 128 64 16
Octal 147 0 157 7 144 0 70 450 144 26
Binary 1100111 0 1101111 111 1100100 0 111000 100101000 1100100 10110

Color Harmonies of #67006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67006F

Black with #67006F

Text Example


Text Example

White with #67006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67006F; }

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

 H1.HeaderClassName
 {
   color: #67006F;
 }
 .AnyTagClassName
 {
   color: #67006F;
 }
</style>

background-color css

<style>
 a { background-color: #67006F; }

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

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

border-color css

<style>
 span { border-color: #67006F; }

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

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